Home
last modified time | relevance | path

Searched refs:APP_FAM_3GPP2 (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java156 UiccController.APP_FAM_3GPP2)); in testSanity()
160 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testSanity()
212 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp()
216 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp()
DUiccProfileTest.java642 assertEquals(UiccController.APP_FAM_3GPP2, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java526 eq(UiccController.APP_FAM_3GPP2)); in setUp()
535 case UiccController.APP_FAM_3GPP2: in setUp()
563 eq(UiccController.APP_FAM_3GPP2)); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java355 UiccCardApplication newApp = getApplication(UiccController.APP_FAM_3GPP2); in setCurrentAppType()
357 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setCurrentAppType()
1417 case UiccController.APP_FAM_3GPP2: in getApplication()
DUiccController.java118 public static final int APP_FAM_3GPP2 = 2; field in UiccController
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1801 IccRecords r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP2); in getNai()
3131 return mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in getUiccCardApplication()
3818 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in isCdmaSubscriptionAppPresent()
3935 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in switchVoiceRadioTech()
4357 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in getLteOnCdmaMode()
DServiceStateTracker.java4412 UiccController.APP_FAM_3GPP2); in getUiccCardApplication()