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()371 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
80 public static final int APP_FAM_3GPP = 1; field in UiccController
415 case UiccController.APP_FAM_3GPP: in getApplication()
147 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in updateMessageWaitingIndicator()
323 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
1621 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
1997 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
195 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) == null) { in updateCurrentCarrierInProvider()287 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
199 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) == null) { in init()533 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber()1324 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
2760 IccRecords newIccRecords = getUiccRecords(UiccController.APP_FAM_3GPP); in onUpdateIcc()