Where is the following function defined in the android source? -


i found following code in frameworks/base/telephony/java/com/android/internal/telephony/iphonesubinfo.aidl

 /**  * retrieves serial number of icc, if applicable.  */ string geticcserialnumber(); 

but cannot grep function geticcserialnumber(), know defined in source?

i tried search on cyanogenmod's repository on github no luck.

that function isn't function should implemented anywhere default. it's aidl method, if don't know check out: http://developer.android.com/guide/components/aidl.html

basically, can understand interface. because interface, there may not implementation provided in android project.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -