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
43
protected AdnRecordCache
mAdnCache
;
114
mAdnCache
= r.getAdnCache();
123
mAdnCache
= iccRecords.getAdnCache();
125
mAdnCache
= null;
186
if (
mAdnCache
!= null) {
187
mAdnCache
.updateAdnBySearch(efid, oldAdn, newAdn, pin2, response);
234
if (
mAdnCache
!= null) {
235
mAdnCache
.updateAdnByIndex(efid, newAdn, index, pin2, response);
282
if (
mAdnCache
!= null) {
283
mAdnCache
.requestLoadAllAdnLike(efid, mAdnCache.extensionEfForEf(efid), response)
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java
54
protected AdnRecordCache
mAdnCache
;
111
+ " adnCache=" +
mAdnCache
168
return
mAdnCache
;
376
mAdnCache
.reset();
542
pw.println(" mRdnCache=" +
mAdnCache
);
RuimRecords.java
103
mAdnCache
= new AdnRecordCache(mFh);
140
mAdnCache
.reset();
778
mAdnCache
.reset();
SIMRecords.java
189
mAdnCache
= new AdnRecordCache(mFh);
239
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 135 milliseconds