Home
last modified time | relevance | path

Searched refs:APP_FAM_3GPP (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccControllerTest.java158 assertEquals(mSimRecords, mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testSanity()
163 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testSanity()
215 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()
219 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()
H A DUiccProfileTest.java645 assertEquals(UiccController.APP_FAM_3GPP, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
655 assertEquals(UiccController.APP_FAM_3GPP, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccProfile.java150 public int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp?
232 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) {
402 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
405 if (newApp != null || getApplication(UiccController.APP_FAM_3GPP) == null) { in setCurrentAppType()
408 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
555 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
1486 case UiccController.APP_FAM_3GPP: in getApplication()
H A DPinStorage.java964 UiccController.APP_FAM_3GPP, in isPinState()
H A DUiccController.java118 public static final int APP_FAM_3GPP = 1; field in UiccController
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java215 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java584 eq(UiccController.APP_FAM_3GPP)); in setUp()
594 case UiccController.APP_FAM_3GPP: in setUp()
624 eq(UiccController.APP_FAM_3GPP)); in setUp()
H A DGsmCdmaPhoneTest.java343 .getIccRecords(anyInt() /* phoneId */, eq(UiccController.APP_FAM_3GPP)); in testGetSubscriberIdForGsmPhone()
361 .getIccRecords(anyInt() /* phoneId */, eq(UiccController.APP_FAM_3GPP)); in testGetSubscriberIdForCdmaLtePhone()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java930 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber()
940 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getFullIccSerialNumber()
1909 mPhoneId, UiccController.APP_FAM_3GPP); in getSubscriberId()
3304 return mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP); in getUiccCardApplication()
3340 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
3358 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
3444 UiccController.APP_FAM_3GPP) == null)) { in updateCurrentCarrierInProvider()
H A DCarrierResolver.java303 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in handleMessage()
H A DPhone.java3011 mPhoneId, UiccController.APP_FAM_3GPP); in setVoiceMessageCount()
H A DServiceStateTracker.java4764 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java9588 SubscriptionManager.getPhoneId(subId), UiccController.APP_FAM_3GPP); in isMvnoMatched()