HomeSort by relevance Sort by last modified time
    Searched refs:EF_MSISDN (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
CsimFileHandler.java 40 case EF_MSISDN:
IccConstants.java 43 static final int EF_MSISDN = 0x6f40;
UsimFileHandler.java 57 case EF_MSISDN:
SIMRecords.java 296 case EF_MSISDN:
313 * The subscriber number is stored in EF_MSISDN (TS 51.011)
329 // If the SIM card is locked by PIN, we will set EF_MSISDN fail.
338 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, getExtFromEf(EF_MSISDN), 1, null,
    [all...]
AdnRecordCache.java 116 case EF_MSISDN: return EF_EXT1;
IccFileHandler.java 609 case EF_MSISDN:
IccRecords.java 305 * The subscriber number is stored in EF_MSISDN (TS 51.011)
328 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null,

Completed in 218 milliseconds