OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EF_MSISDN
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
IccConstants.java
39
static final int
EF_MSISDN
= 0x6f40;
IccRecords.java
109
* The subscriber number is stored in
EF_MSISDN
(TS 51.011)
132
new AdnRecordLoader(phone).updateEF(adn,
EF_MSISDN
, EF_EXT1, 1, null,
AdnRecordCache.java
117
case
EF_MSISDN
: return EF_EXT1;
IccFileHandler.java
524
case
EF_MSISDN
:
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java
242
* The subscriber number is stored in
EF_MSISDN
(TS 51.011)
265
new AdnRecordLoader(phone).updateEF(adn,
EF_MSISDN
, EF_EXT1, 1, null,
[
all
...]
Completed in 42 milliseconds