Searched refs:APP_FAM_3GPP (Results 1 – 10 of 10) sorted by relevance
105 private int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp?159 mCurrentAppType = UiccController.APP_FAM_3GPP; in setVoiceRadioTech()178 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in updateQuietMode()184 mCurrentAppType = UiccController.APP_FAM_3GPP; in updateQuietMode()304 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) { in handleMessage()370 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
82 public static final int APP_FAM_3GPP = 1; field in UiccController
419 case UiccController.APP_FAM_3GPP: in getApplication()
147 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in updateMessageWaitingIndicator()
326 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
1640 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
2046 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
195 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) == null) { in updateCurrentCarrierInProvider()293 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
199 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) == null) { in init()548 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber()1354 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
2753 IccRecords newIccRecords = getUiccRecords(UiccController.APP_FAM_3GPP); in onUpdateIcc()