Searched refs:APP_FAM_3GPP (Results 1 – 11 of 11) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccControllerTest.java | 128 assertEquals(mSimRecords, mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testSanity() 133 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testSanity() 184 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp() 188 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmInboundSmsHandler.java | 159 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in updateMessageWaitingIndicator()
|
D | GsmSMSDispatcher.java | 228 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccProfile.java | 133 private int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp? 189 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) { 310 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType() 402 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties() 1245 case UiccController.APP_FAM_3GPP: in getApplication()
|
D | UiccController.java | 99 public static final int APP_FAM_3GPP = 1; field in UiccController
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 397 eq(UiccController.APP_FAM_3GPP)); in setUp() 406 case UiccController.APP_FAM_3GPP: in setUp() 434 eq(UiccController.APP_FAM_3GPP)); in setUp()
|
D | GsmCdmaPhoneTest.java | 190 .getIccRecords(anyInt() /* phoneId */, eq(UiccController.APP_FAM_3GPP)); in testGetSubscriberIdForGsmPhone() 208 .getIccRecords(anyInt() /* phoneId */, eq(UiccController.APP_FAM_3GPP)); in testGetSubscriberIdForCdmaLtePhone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 728 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber() 738 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getFullIccSerialNumber() 1522 mPhoneId, UiccController.APP_FAM_3GPP); in getSubscriberId() 2579 return mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP); in getUiccCardApplication() 2615 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability() 2633 UiccController.APP_FAM_3GPP); in onUpdateIccAvailability() 2705 UiccController.APP_FAM_3GPP) == null)) { in updateCurrentCarrierInProvider()
|
D | CarrierIdentifier.java | 209 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in handleMessage()
|
D | ServiceStateTracker.java | 3768 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 4061 IccRecords newIccRecords = getUiccRecords(UiccController.APP_FAM_3GPP); in onUpdateIcc()
|