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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DCsimFileHandler.java39 case EF_FDN:
H A DIccConstants.java25 static final int EF_FDN = 0x6F3B; field in interface:IccConstants
H A DUsimFileHandler.java56 case EF_FDN:
H A DAdnRecordCache.java115 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
169 * @param efid must be one of EF_ADN, EF_FDN, and EF_SDN
174 * @param pin2 is required to update EF_FDN, otherwise must be null
H A DIccFileHandler.java608 case EF_FDN:
H A DSIMRecords.java1301 case EF_FDN:
1302 if (DBG) log("SIM Refresh called for EF_FDN");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java101 return loadFromEf(IccConstants.EF_FDN,
105 return loadFromEf(IccConstants.EF_FDN, getRequestSubId(url));
182 efType = IccConstants.EF_FDN;
188 efType = IccConstants.EF_FDN;
275 efType = IccConstants.EF_FDN;
280 efType = IccConstants.EF_FDN;
359 efType = IccConstants.EF_FDN;
365 efType = IccConstants.EF_FDN;

Completed in 137 milliseconds