OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mFh
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordLoader.java
33
private IccFileHandler
mFh
;
64
mFh
= fh;
79
mFh
.loadEFLinearFixed(
97
mFh
.loadEFLinearFixedAll(
124
mFh
.getEFLinearRecordSize( ef,
166
mFh
.updateEFLinearFixed(mEf, mRecordNumber,
206
mFh
.loadEFLinearFixed(
256
mFh
.loadEFLinearFixed(
IsimUiccRecords.java
113
mFh
.loadEFTransparent(EF_IMPI, obtainMessage(
117
mFh
.loadEFLinearFixedAll(EF_IMPU, obtainMessage(
121
mFh
.loadEFTransparent(EF_DOMAIN, obtainMessage(
SIMRecords.java
189
mAdnCache = new AdnRecordCache(
mFh
);
305
new AdnRecordLoader(
mFh
).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null,
360
new AdnRecordLoader(
mFh
).updateEF(adn, EF_MBDN, EF_EXT6,
366
new AdnRecordLoader(
mFh
).updateEF(adn, EF_MAILBOX_CPHS,
428
mFh
.updateEFLinearFixed(
438
mFh
.updateEFTransparent(
498
mFh
.updateEFLinearFixed(
515
mFh
.updateEFTransparent(
661
new AdnRecordLoader(
mFh
).loadFromEF(EF_MBDN, EF_EXT6,
666
new AdnRecordLoader(
mFh
).loadFromEF(EF_MAILBOX_CPHS
[
all
...]
RuimRecords.java
103
mAdnCache = new AdnRecordCache(
mFh
);
671
mFh
.loadEFTransparent(EF_ICCID,
675
mFh
.loadEFTransparent(EF_PL,
679
mFh
.loadEFTransparent(EF_CSIM_LI,
683
mFh
.loadEFTransparent(EF_CSIM_SPN,
687
mFh
.loadEFLinearFixed(EF_CSIM_MDN, 1,
691
mFh
.loadEFTransparent(EF_CSIM_IMSIM,
695
mFh
.loadEFLinearFixedAll(EF_CSIM_CDMAHOME,
701
mFh
.loadEFTransparent(EF_CSIM_EPRL, 4,
AdnRecordCache.java
35
private IccFileHandler
mFh
;
59
mFh
= fh;
60
mUsimPhoneBookManager = new UsimPhoneBookManager(
mFh
, this);
157
new AdnRecordLoader(
mFh
).updateEF(adn, efid, extensionEF,
235
new AdnRecordLoader(
mFh
).updateEF(newAdn, efid, extensionEF,
298
new AdnRecordLoader(
mFh
).loadAllFromEF(efid, extensionEf,
IccRecords.java
43
protected IccFileHandler
mFh
;
102
+ "
mFh
=" +
mFh
149
mFh
= app.getIccFileHandler();
159
mFh
= null;
290
new AdnRecordLoader(
mFh
).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null,
512
pw.println("
mFh
=" +
mFh
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java
45
private IccFileHandler
mFh
;
78
mFh
= fh;
141
mFh
.loadEFLinearFixedAll(EF_PBR, obtainMessage(EVENT_PBR_LOAD_DONE));
168
mFh
.loadEFLinearFixedAll(fileIds.get(USIM_EFEMAIL_TAG),
186
mFh
.loadEFLinearFixedAll(efid, obtainMessage(EVENT_IAP_LOAD_DONE));
Completed in 76 milliseconds