Searched refs:APP_FAM_3GPP (Results 1 – 10 of 10) sorted by relevance
104 assertNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testSanity()107 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testSanity()158 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()161 assertNotNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()
105 private int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp?159 mCurrentAppType = UiccController.APP_FAM_3GPP; in setVoiceRadioTech()175 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in updateQuietMode()288 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) { in handleMessage()354 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
82 public static final int APP_FAM_3GPP = 1; field in UiccController
512 case UiccController.APP_FAM_3GPP: in getApplication()
147 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in updateMessageWaitingIndicator()
328 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
351 eq(UiccController.APP_FAM_3GPP)); in setUp()360 case UiccController.APP_FAM_3GPP: in setUp()
300 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) == in initRatSpecific()736 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber()746 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getFullIccSerialNumber()2315 return mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP); in getUiccCardApplication()2348 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()2366 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()2441 UiccController.APP_FAM_3GPP) == null)) { in updateCurrentCarrierInProvider()
4037 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
4078 IccRecords newIccRecords = getUiccRecords(UiccController.APP_FAM_3GPP); in onUpdateIcc()