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.java130 UiccController.APP_FAM_3GPP2)); in testSanity()
134 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testSanity()
185 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp()
189 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java399 eq(UiccController.APP_FAM_3GPP2)); in setUp()
408 case UiccController.APP_FAM_3GPP2: in setUp()
436 eq(UiccController.APP_FAM_3GPP2)); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java100 public static final int APP_FAM_3GPP2 = 2; field in UiccController
DUiccProfile.java312 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setCurrentAppType()
1248 case UiccController.APP_FAM_3GPP2: in getApplication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1506 IccRecords r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP2); in getNai()
2581 return mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in getUiccCardApplication()
3376 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in switchVoiceRadioTech()
3647 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in getLteOnCdmaMode()
DServiceStateTracker.java3771 UiccController.APP_FAM_3GPP2); in getUiccCardApplication()