HomeSort by relevance Sort by last modified time
    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 156 String impu = isimTlvToString(identity); local
157 if (DUMP_RECORDS) log("EF_IMPU[" + i + "]=" + impu);
158 mIsimImpu[i++] = impu;
233 * Return an array of IMS public user identities (IMPU).
234 * 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 94 * Returns the IMS public user identities (IMPU) that were loaded from the ISIM.
95 * @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 139 * Returns the IMS public user identities (IMPU) that were loaded from the ISIM.
140 * @return an array of IMPU strings, with one IMPU per string, or null if
PhoneSubInfo.java 201 * Returns the IMS public user identities (IMPU) that were loaded from the ISIM.
202 * @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 184 milliseconds