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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccConstants.java 25 static final int EF_FDN = 0x6F3B;
IccProvider.java 84 return loadFromEf(IccConstants.EF_FDN);
122 efType = IccConstants.EF_FDN;
189 efType = IccConstants.EF_FDN;
236 if (efType == IccConstants.EF_FDN && TextUtils.isEmpty(pin2)) {
262 efType = IccConstants.EF_FDN;
AdnRecordCache.java 116 case EF_FDN: return EF_EXT2;
134 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN
137 * @param pin2 is required to update EF_FDN, otherwise must be null
168 * @param efid must be one of EF_ADN, EF_FDN, and EF_SDN
173 * @param pin2 is required to update EF_FDN, otherwise must be null
IccFileHandler.java 526 case EF_FDN:

Completed in 385 milliseconds