Home
last modified time | relevance | path

Searched refs:getRecordsIfLoaded (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsControllerTest.java110 doReturn(fdnList).when(mAdnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in isNumberBlockedByFdn_fdnListHasBothDestAddrAndSmscAddr()
131 doReturn(fdnList).when(mAdnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in isNumberBlockedByFdn_fdnListHasDestAddr()
149 doReturn(fdnList).when(mAdnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in isNumberBlockedByFdn_fdnListHasSmscAddr()
167 doReturn(fdnList).when(mAdnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in isNumberBlockedByFdn_destAddrIsEmergencyNumber()
DGsmCdmaPhoneTest.java2079 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()
2283 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testQueryCLIP_FdnCheck()
2310 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testGetCallWaiting_FdnCheck()
2337 doReturn(fdnList).when(adnRecordCache).getRecordsIfLoaded(IccConstants.EF_FDN); in testSetCallWaiting_FdnCheck()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordCache.java112 getRecordsIfLoaded(int efid) { in getRecordsIfLoaded() method in AdnRecordCache
210 oldAdnList = getRecordsIfLoaded(efid); in updateAdnBySearch()
270 result = getRecordsIfLoaded(efid); in requestLoadAllAdnLike()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DFdnUtils.java180 return adnRecordCache.getRecordsIfLoaded(IccConstants.EF_FDN); in getFdnList()