OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EF_FDN
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
CsimFileHandler.java
39
case
EF_FDN
:
IccConstants.java
25
static final int
EF_FDN
= 0x6F3B;
UsimFileHandler.java
55
case
EF_FDN
:
AdnRecordCache.java
115
case
EF_FDN
: return EF_EXT2;
133
* @param efid must be one among EF_ADN,
EF_FDN
, and EF_SDN
136
* @param pin2 is required to update
EF_FDN
, otherwise must be null
167
* @param efid must be one of EF_ADN,
EF_FDN
, and EF_SDN
172
* @param pin2 is required to update
EF_FDN
, otherwise must be null
IccFileHandler.java
515
case
EF_FDN
:
SIMRecords.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java
99
return loadFromEf(IccConstants.
EF_FDN
, SubscriptionManager.getDefaultSubId());
102
return loadFromEf(IccConstants.
EF_FDN
, getRequestSubId(url));
178
efType = IccConstants.
EF_FDN
;
184
efType = IccConstants.
EF_FDN
;
271
efType = IccConstants.
EF_FDN
;
276
efType = IccConstants.
EF_FDN
;
355
efType = IccConstants.
EF_FDN
;
361
efType = IccConstants.
EF_FDN
;
Completed in 927 milliseconds