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 | 145 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/ |
D | UiccProfile.java | 134 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()
|
D | UiccController.java | 111 public static final int APP_FAM_3GPP = 1; field in UiccController
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 228 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 456 eq(UiccController.APP_FAM_3GPP)); in setUp() 465 case UiccController.APP_FAM_3GPP: in setUp() 493 eq(UiccController.APP_FAM_3GPP)); in setUp()
|
D | GsmCdmaPhoneTest.java | 177 .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/ |
D | GsmCdmaPhone.java | 825 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()
|
D | CarrierResolver.java | 228 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP); in handleMessage()
|
D | Phone.java | 2503 mPhoneId, UiccController.APP_FAM_3GPP); in setVoiceMessageCount()
|
D | ServiceStateTracker.java | 4204 UiccController.APP_FAM_3GPP); in getUiccCardApplication()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3833 IccRecords newIccRecords = getUiccRecords(UiccController.APP_FAM_3GPP); in onUpdateIcc()
|