Searched refs:EF_FDN (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccConstants.java25 static final int EF_FDN = 0x6F3B; field in interface:IccConstants
H A DIccProvider.java84 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;
H A DAdnRecordCache.java116 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
H A DIccFileHandler.java523 case EF_FDN:

Completed in 68 milliseconds