OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:impu
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimRecords.java
39
* Return an array of IMS public user identities (
IMPU
).
40
* Returns null if the
IMPU
hasn't been loaded or isn't present on the ISIM.
IsimUiccRecords.java
220
String
impu
= isimTlvToString(identity);
local
221
if (DUMP_RECORDS) log("EF_IMPU[" + i + "]=" +
impu
);
222
mIsimImpu[i++] =
impu
;
411
* Return an array of IMS public user identities (
IMPU
).
412
* Returns null if the
IMPU
hasn't been loaded or isn't present on the ISIM.
/frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl
153
* Returns the IMS public user identities (
IMPU
) that were loaded from the ISIM.
154
* @return an array of
IMPU
strings, with one
IMPU
per string, or null if
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoProxy.java
141
* Returns the IMS public user identities (
IMPU
) that were loaded from the ISIM.
142
* @return an array of
IMPU
strings, with one
IMPU
per string, or null if
PhoneSubInfo.java
200
* Returns the IMS public user identities (
IMPU
) that were loaded from the ISIM.
201
* @return an array of
IMPU
strings, with one
IMPU
per string, or null if
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java
112
Log.d(TAG, "ISIM
IMPU
: " + Arrays.toString(telephonyManager.getIsimImpu()));
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
[
all
...]
Completed in 223 milliseconds