Home
last modified time | relevance | path

Searched refs:getIccRecords (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java1000 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 …]
DTelephonyTest.java772 }).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()
DGsmCdmaPhoneTest.java395 .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/
DUiccControllerTest.java169 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()
DIccPhoneBookInterfaceManagerTest.java78 doReturn(mSimRecords).when(mPhone).getIccRecords(); in setUp()
DUiccProfileTest.java578 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/
DGsmSmsDispatcherTest.java565 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/
DIccCard.java71 public IccRecords getIccRecords() { in getIccRecords() method in IccCard
DFdnUtils.java170 IccRecords iccRecords = app.getIccRecords(); in getFdnList()
DPhoneSubInfoController.java570 return ((SIMRecords)uiccApp.getIccRecords()).getSimServiceTable();
603 return uiccApp.getIccRecords().getIccSimChallengeResponse(authType, data);
765 smscIdentity = (uiccApp != null) ? uiccApp.getIccRecords().getSmscIdentity()
DSMSDispatcher.java489 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()
DIccPhoneBookInterfaceManager.java125 IccRecords r = phone.getIccRecords(); in IccPhoneBookInterfaceManager()
DGsmCdmaPhone.java1029 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()
DPhone.java504 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()
DCarrierResolver.java304 final IccRecords newIccRecords = UiccController.getInstance().getIccRecords( in handleMessage()
DIccSmsInterfaceManager.java1433 numberOnIcc = uiccProfile.getIccRecords().getSmsCapacityOnIcc(); in getSmsCapacityOnIcc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java584 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()
DUiccController.java533 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()
DUiccCardApplication.java701 public IccRecords getIccRecords() { in getIccRecords() method in UiccCardApplication
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java245 mIccRecords.set(newUiccApplication.getIccRecords()); in onUpdateIccAvailability()
DGsmMmiCode.java704 mIccRecords = app.getIccRecords(); in GsmMmiCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1751 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()
DImsPhoneMmiCode.java593 mIccRecords = mPhone.mDefaultPhone.getIccRecords(); in ImsPhoneMmiCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java244 ir = ca.getIccRecords(); in getInstance()
1302 ir = ca.getIccRecords(); in update()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java1568 IccRecords records = iccCard.getIccRecords(); in updateSubscription()

12