OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adnCache
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java
37
protected AdnRecordCache
adnCache
;
167
adnCache
.updateAdnBySearch(efid, oldAdn, newAdn, pin2, response);
210
adnCache
.updateAdnByIndex(efid, newAdn, index, pin2, response);
252
adnCache
.requestLoadAllAdnLike(efid,
adnCache
.extensionEfForEf(efid), response);
IccRecords.java
41
protected AdnRecordCache
adnCache
;
108
return
adnCache
;
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimPhoneBookInterfaceManager.java
37
adnCache
= phone.mIccRecords.getAdnCache();
RuimRecords.java
83
adnCache
= new AdnRecordCache(phone);
120
adnCache
.reset();
415
adnCache
.reset();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java
37
adnCache
= phone.mIccRecords.getAdnCache();
SIMRecords.java
177
adnCache
= new AdnRecordCache(phone);
224
adnCache
.reset();
[
all
...]
Completed in 180 milliseconds