Searched refs:adnRecordCache (Results 1 – 2 of 2) sorted by relevance
175 AdnRecordCache adnRecordCache = iccRecords.getAdnCache(); in getFdnList() local176 if(adnRecordCache == null) { in getFdnList()180 return adnRecordCache.getRecordsIfLoaded(IccConstants.EF_FDN); in getFdnList()
138 private AdnRecordCache adnRecordCache; field in GsmCdmaPhoneTest178 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 …]