Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java147 UiccController.APP_FAM_3GPP2)); in testSanity()
151 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testSanity()
201 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp()
205 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java458 eq(UiccController.APP_FAM_3GPP2)); in setUp()
467 case UiccController.APP_FAM_3GPP2: in setUp()
495 eq(UiccController.APP_FAM_3GPP2)); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1639 IccRecords r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP2); in getNai()
2801 return mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in getUiccCardApplication()
3475 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in isCdmaSubscriptionAppPresent()
3592 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in switchVoiceRadioTech()
3924 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in getLteOnCdmaMode()
DServiceStateTracker.java4207 UiccController.APP_FAM_3GPP2); in getUiccCardApplication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java315 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setCurrentAppType()
1305 case UiccController.APP_FAM_3GPP2: in getApplication()
DUiccController.java112 public static final int APP_FAM_3GPP2 = 2; field in UiccController