Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java145 assertEquals(mSimRecords, mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testSanity()
150 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testSanity()
200 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()
204 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java134 private int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp?
190 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) {
313 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
450 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
1302 case UiccController.APP_FAM_3GPP: in getApplication()
DUiccController.java111 public static final int APP_FAM_3GPP = 1; field in UiccController
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java228 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java456 eq(UiccController.APP_FAM_3GPP)); in setUp()
465 case UiccController.APP_FAM_3GPP: in setUp()
493 eq(UiccController.APP_FAM_3GPP)); in setUp()
DGsmCdmaPhoneTest.java177 .getIccRecords(anyInt() /* phoneId */, eq(UiccController.APP_FAM_3GPP)); in testGetSubscriberIdForGsmPhone()
195 .getIccRecords(anyInt() /* phoneId */, eq(UiccController.APP_FAM_3GPP)); in testGetSubscriberIdForCdmaLtePhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java825 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber()
835 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getFullIccSerialNumber()
1655 mPhoneId, UiccController.APP_FAM_3GPP); in getSubscriberId()
2799 return mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP); in getUiccCardApplication()
2835 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
2853 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
2937 UiccController.APP_FAM_3GPP) == null)) { in updateCurrentCarrierInProvider()
DCarrierResolver.java228 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in handleMessage()
DPhone.java2503 mPhoneId, UiccController.APP_FAM_3GPP); in setVoiceMessageCount()
DServiceStateTracker.java4204 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java3833 IccRecords newIccRecords = getUiccRecords(UiccController.APP_FAM_3GPP); in onUpdateIcc()