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 220 String impu = isimTlvToString(identity); local
221 if (DUMP_RECORDS) log("EF_IMPU[" + i + "]=" + impu);
222 mIsimImpu[i++] = impu;
401 * Return an array of IMS public user identities (IMPU).
402 * 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 164 * Returns the IMS public user identities (IMPU) that were loaded from the ISIM.
165 * @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 145 * Returns the IMS public user identities (IMPU) that were loaded from the ISIM.
146 * @return an array of IMPU strings, with one IMPU per string, or null if
PhoneSubInfo.java 208 * Returns the IMS public user identities (IMPU) that were loaded from the ISIM.
209 * @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 406 milliseconds