HomeSort by relevance Sort by last modified time
    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 56 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 608 case EF_FDN:
SIMRecords.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 101 return loadFromEf(IccConstants.EF_FDN, SubscriptionManager.getDefaultSubId());
104 return loadFromEf(IccConstants.EF_FDN, getRequestSubId(url));
180 efType = IccConstants.EF_FDN;
186 efType = IccConstants.EF_FDN;
273 efType = IccConstants.EF_FDN;
278 efType = IccConstants.EF_FDN;
357 efType = IccConstants.EF_FDN;
363 efType = IccConstants.EF_FDN;

Completed in 150 milliseconds