OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:efid
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java
96
* @return List of AdnRecords for
efid
if we've already loaded them this
100
getRecordsIfLoaded(int
efid
) {
101
return mAdnLikeFiles.get(
efid
);
110
public int extensionEfForEf(int
efid
) {
111
switch (
efid
) {
133
* @param
efid
must be one among EF_ADN, EF_FDN, and EF_SDN
140
public void updateAdnByIndex(int
efid
, AdnRecord adn, int recordIndex, String pin2,
143
int extensionEF = extensionEfForEf(
efid
);
145
sendErrorResponse(response, "EF is not known ADN-like EF:" +
efid
);
149
Message pendingResponse = mUserWriteResponse.get(
efid
);
325
int
efid
;
local
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java
155
int
efid
= fileIds.get(USIM_EFEMAIL_TAG);
local
185
private void readIapFileAndWait(int
efid
) {
186
mFh.loadEFLinearFixedAll(
efid
, obtainMessage(EVENT_IAP_LOAD_DONE));
382
// RecNum <EF Tag,
efid
>
440
int
efid
= ((data[0] & 0xFF) << 8) | (data[1] & 0xFF);
local
441
val.put(tag,
efid
);
Completed in 73 milliseconds