HomeSort by relevance Sort by last modified time
    Searched refs:EF_FDN (Results 1 - 6 of 6) 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 55 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 515 case EF_FDN:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 84 return loadFromEf(IccConstants.EF_FDN);
122 efType = IccConstants.EF_FDN;
189 efType = IccConstants.EF_FDN;
231 if (efType == IccConstants.EF_FDN && TextUtils.isEmpty(pin2)) {
257 efType = IccConstants.EF_FDN;

Completed in 49 milliseconds