Home
last modified time | relevance | path

Searched refs:adnRecordCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DFdnUtils.java175 AdnRecordCache adnRecordCache = iccRecords.getAdnCache(); in getFdnList() local
176 if(adnRecordCache == null) { in getFdnList()
180 return adnRecordCache.getRecordsIfLoaded(IccConstants.EF_FDN); in getFdnList()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java138 private AdnRecordCache adnRecordCache; field in GsmCdmaPhoneTest
178 adnRecordCache = Mockito.mock(AdnRecordCache.class); in setUp()
2068 doReturn(adnRecordCache).when(mSimRecords).getAdnCache(); in fdnCheckSetup()
2079 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testGetCallForwardingOption_FdnCheck()
2107 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testSetCallForwardingOption_FdnCheck()
2139 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testGetCallBarring_FdnCheck()
2169 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testSetCallBarring_FdnCheck()
2199 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testChangeCallBarringPassword_FdnCheck()
2229 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testGetOutgoingCallerIdDisplay_FdnCheck()
2256 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testSetOutgoingCallerIdDisplay_FdnCheck()
[all …]