/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSubInfoControllerTest.java | 1000 doReturn(simRecords1).when(uiccCardApplication1).getIccRecords(); in setUpInitials() 1001 doReturn(isimUiccRecords1).when(uiccCardApplication1).getIccRecords(); in setUpInitials() 1008 doReturn(mSimRecords).when(mUiccCardApplicationIms).getIccRecords(); in setUpInitials() 1009 doReturn(mIsimUiccRecords).when(mUiccCardApplicationIms).getIccRecords(); in setUpInitials() 1043 doReturn(simRecords1).when(uiccCardApplication1).getIccRecords(); in testGetSmscIdentityForSipUri() 1044 doReturn(isimUiccRecords1).when(uiccCardApplication1).getIccRecords(); in testGetSmscIdentityForSipUri() 1051 doReturn(mSimRecords).when(mUiccCardApplicationIms).getIccRecords(); in testGetSmscIdentityForSipUri() 1052 doReturn(mIsimUiccRecords).when(mUiccCardApplicationIms).getIccRecords(); in testGetSmscIdentityForSipUri() 1133 doReturn(mSimRecords).when(mUiccCardApplicationIms).getIccRecords(); in testGetSimServiceTable() 1147 doReturn(mSimRecords).when(mUiccCardApplicationIms).getIccRecords(); in testGetSimServiceTableEmpty() [all …]
|
D | TelephonyTest.java | 772 }).when(mUiccController).getIccRecords(anyInt(), anyInt()); in setUp() 778 doReturn(mSimRecords).when(mUiccCardApplication3gpp).getIccRecords(); in setUp() 779 doReturn(mRuimRecords).when(mUiccCardApplication3gpp2).getIccRecords(); in setUp() 780 doReturn(mIsimUiccRecords).when(mUiccCardApplicationIms).getIccRecords(); in setUp() 783 doReturn(mSimRecords).when(mUiccProfile).getIccRecords(); in setUp() 788 }).when(mUiccProfile).getIccRecords(); in setUp()
|
D | GsmCdmaPhoneTest.java | 395 .getIccRecords(anyInt() /* phoneId */, eq(UiccController.APP_FAM_3GPP)); in testGetSubscriberIdForGsmPhone() 413 .getIccRecords(anyInt() /* phoneId */, eq(UiccController.APP_FAM_3GPP)); in testGetSubscriberIdForCdmaLtePhone() 1203 assertEquals(null, iccCard.getIccRecords()); in testGetEmptyIccCard()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccControllerTest.java | 169 assertEquals(mSimRecords, mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testSanity() 170 assertEquals(mRuimRecords, mUiccControllerUT.getIccRecords(0, in testSanity() 172 assertEquals(mIsimUiccRecords, mUiccControllerUT.getIccRecords(0, in testSanity() 226 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp() 227 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp() 228 assertNotNull(mUiccControllerUT.getIccRecords(0, UiccController.APP_FAM_IMS)); in testPowerOffPowerOnWithApp()
|
D | IccPhoneBookInterfaceManagerTest.java | 78 doReturn(mSimRecords).when(mPhone).getIccRecords(); in setUp()
|
D | UiccProfileTest.java | 578 mUiccProfile.getApplicationIndex(0).getIccRecords().mIccId = fakeIccId; in testSetOperatorBrandOverride() 604 mUiccProfile.getApplicationIndex(0).getIccRecords().mIccId = fakeIccId1; in testSetOperatorBrandOverrideIccNotMatch()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmSmsDispatcherTest.java | 565 doReturn(mIsimUiccRecords).when(mPhone).getIccRecords(); in testSendTextWithMessageRefNegativeBoundaryCondition() 567 mPhone.getIccRecords().setSmssTpmrValue(-1, msg); in testSendTextWithMessageRefNegativeBoundaryCondition() 584 doReturn(mIsimUiccRecords).when(mPhone).getIccRecords(); in testSendTextWithMessageRefMaxBoundaryCondition() 586 mPhone.getIccRecords().setSmssTpmrValue(255, msg); in testSendTextWithMessageRefMaxBoundaryCondition()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccCard.java | 71 public IccRecords getIccRecords() { in getIccRecords() method in IccCard
|
D | FdnUtils.java | 170 IccRecords iccRecords = app.getIccRecords(); in getFdnList()
|
D | PhoneSubInfoController.java | 570 return ((SIMRecords)uiccApp.getIccRecords()).getSimServiceTable(); 603 return uiccApp.getIccRecords().getIccSimChallengeResponse(authType, data); 765 smscIdentity = (uiccApp != null) ? uiccApp.getIccRecords().getSmscIdentity()
|
D | SMSDispatcher.java | 489 IccRecords iccRecords = getIccRecords(); in updateSIMLastTPMRValue() 496 IccRecords iccRecords = getIccRecords(); in getTpmrValueFromSIM() 503 private IccRecords getIccRecords() { in getIccRecords() method in SMSDispatcher 504 if (mPhone != null && mPhone.getIccRecords() != null) { in getIccRecords() 505 return mPhone.getIccRecords(); in getIccRecords()
|
D | IccPhoneBookInterfaceManager.java | 125 IccRecords r = phone.getIccRecords(); in IccPhoneBookInterfaceManager()
|
D | GsmCdmaPhone.java | 1029 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber() 1039 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getFullIccSerialNumber() 2085 IccRecords r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP2); in getNai() 2100 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() 3870 newIsimUiccRecords = (IsimUiccRecords) newUiccApplication.getIccRecords(); in onUpdateIccAvailability() 3885 newSimRecords = (SIMRecords) newUiccApplication.getIccRecords(); in onUpdateIccAvailability() 3918 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability()
|
D | Phone.java | 504 public IccRecords getIccRecords() { in getIccRecords() method in Phone 2237 IccRecords r = getIccRecords(); in setVoiceCallForwardingFlag() 2272 IccRecords r = getIccRecords(); in getCallForwardingIndicator() 3134 IccRecords records = UiccController.getInstance().getIccRecords( in setVoiceMessageCount()
|
D | CarrierResolver.java | 304 final IccRecords newIccRecords = UiccController.getInstance().getIccRecords( in handleMessage()
|
D | IccSmsInterfaceManager.java | 1433 numberOnIcc = uiccProfile.getIccRecords().getSmsCapacityOnIcc(); in getSmsCapacityOnIcc()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccProfile.java | 584 newRecords = newApp.getIccRecords(); in updateIccAvailability() 756 IccRecords ir = app.getIccRecords(); in registerAllAppEvents() 770 IccRecords ir = app.getIccRecords(); in unregisterAllAppEvents() 875 public IccRecords getIccRecords() { in getIccRecords() method in UiccProfile 1269 IccRecords ir = app.getIccRecords(); in areAllRecordsLoaded() 1792 IccRecords ir = app.getIccRecords(); in getIccId() 1897 IccRecords ir = app.getIccRecords(); in dump()
|
D | UiccController.java | 533 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords() method in UiccController 537 return app.getIccRecords(); in getIccRecords() 1683 IccRecords iccRecords = getIccRecords(slotIndex, UiccController.APP_FAM_3GPP); in mvnoMatches()
|
D | UiccCardApplication.java | 701 public IccRecords getIccRecords() { in getIccRecords() method in UiccCardApplication
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 245 mIccRecords.set(newUiccApplication.getIccRecords()); in onUpdateIccAvailability()
|
D | GsmMmiCode.java | 704 mIccRecords = app.getIccRecords(); in GsmMmiCode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 1751 setVoiceCallForwardingFlag(getIccRecords(), 1, false, null); in handleCfQueryResult() 1755 setVoiceCallForwardingFlag(getIccRecords(), 1, (infos[i].getStatus() == 1), in handleCfQueryResult() 1903 setVoiceCallForwardingFlag(getIccRecords(), 1, isCfEnable(ss.mCfAction), in handleMessage() 2712 public IccRecords getIccRecords() { in getIccRecords() method in ImsPhone 2713 return mDefaultPhone.getIccRecords(); in getIccRecords()
|
D | ImsPhoneMmiCode.java | 593 mIccRecords = mPhone.mDefaultPhone.getIccRecords(); in ImsPhoneMmiCode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatService.java | 244 ir = ca.getIccRecords(); in getInstance() 1302 ir = ca.getIccRecords(); in update()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerService.java | 1568 IccRecords records = iccCard.getIccRecords(); in updateSubscription()
|