Searched refs:APP_FAM_3GPP2 (Results 1 – 6 of 6) sorted by relevance
147 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()
458 eq(UiccController.APP_FAM_3GPP2)); in setUp()467 case UiccController.APP_FAM_3GPP2: in setUp()495 eq(UiccController.APP_FAM_3GPP2)); in setUp()
1639 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()
4207 UiccController.APP_FAM_3GPP2); in getUiccCardApplication()
315 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setCurrentAppType()1305 case UiccController.APP_FAM_3GPP2: in getApplication()
112 public static final int APP_FAM_3GPP2 = 2; field in UiccController