Home
last modified time | relevance | path

Searched refs:APP_FAM_3GPP (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java104 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java105 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()
DUiccController.java82 public static final int APP_FAM_3GPP = 1; field in UiccController
DUiccCard.java512 case UiccController.APP_FAM_3GPP: in getApplication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmInboundSmsHandler.java147 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in updateMessageWaitingIndicator()
DGsmSMSDispatcher.java328 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java351 eq(UiccController.APP_FAM_3GPP)); in setUp()
360 case UiccController.APP_FAM_3GPP: in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java300 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()
DServiceStateTracker.java4037 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java4078 IccRecords newIccRecords = getUiccRecords(UiccController.APP_FAM_3GPP); in onUpdateIcc()