Home
last modified time | relevance | path

Searched refs:mCurrentAppType (Results 1 – 3 of 3) sorted by relevance

/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? field in UiccProfile
232 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) {
402 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
406 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setCurrentAppType()
408 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
533 newApp = getApplication(mCurrentAppType); in updateIccAvailability()
555 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
1956 pw.println(" mCurrentAppType=" + mCurrentAppType); in dump()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccProfileTest.java645 assertEquals(UiccController.APP_FAM_3GPP, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
649 assertEquals(UiccController.APP_FAM_3GPP2, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
655 assertEquals(UiccController.APP_FAM_3GPP, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java258 uiccProfile.mCurrentAppType).getPersoSubState().ordinal(); in handleSimLock()