OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mAdnCache
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java
46
protected AdnRecordCache
mAdnCache
;
118
mAdnCache
= r.getAdnCache();
127
mAdnCache
= iccRecords.getAdnCache();
129
mAdnCache
= null;
184
if (
mAdnCache
!= null) {
185
mAdnCache
.updateAdnBySearch(efid, oldAdn, newAdn, pin2, response);
231
if (
mAdnCache
!= null) {
232
mAdnCache
.updateAdnByIndex(efid, newAdn, index, pin2, response);
277
if (
mAdnCache
!= null) {
278
mAdnCache
.requestLoadAllAdnLike(efid, mAdnCache.extensionEfForEf(efid), response)
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java
54
protected AdnRecordCache
mAdnCache
;
115
+ " adnCache=" +
mAdnCache
172
return
mAdnCache
;
412
mAdnCache
.reset();
652
pw.println(" mRdnCache=" +
mAdnCache
);
RuimRecords.java
104
mAdnCache
= new AdnRecordCache(mFh);
142
mAdnCache
.reset();
831
mAdnCache
.reset();
SIMRecords.java
198
mAdnCache
= new AdnRecordCache(mFh);
251
mAdnCache
.reset();
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java
46
private AdnRecordCache
mAdnCache
;
84
mAdnCache
= cache;
315
mAdnCache
.requestLoadAllAdnLike(fileIds.get(USIM_EFADN_TAG),
Completed in 493 milliseconds