Searched refs:EF_PBR (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java117 case EF_PBR: return 0; // The EF PBR doesn't have an extension record
192 if (efid == EF_PBR) {
219 if (efid == EF_PBR) {
255 if (efid == EF_PBR) {
H A DIccConstants.java50 public static final int EF_PBR = 0x4F30; field in interface:IccConstants
H A DUsimFileHandler.java66 case EF_PBR:
H A DIccFileHandler.java620 case EF_PBR:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java336 return IccConstants.EF_PBR;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java185 // Read the phonebook reference file EF_PBR.
187 mFh.loadEFLinearFixedAll(EF_PBR, obtainMessage(EVENT_PBR_LOAD_DONE));
212 Rlog.e(LOG_TAG, "Can't locate EF_IAP in EF_PBR.");
305 * is not type 1 (as specified in EF_PBR)
360 * 3GPP TS 31.102 4.4.2.1 EF_PBR (Phone Book Reference file) table 4.1
491 // Create the phonebook reference file based on EF_PBR
568 // PbrRecord represents a record in EF_PBR
574 * 3GPP TS 31.102 4.4.2.1 EF_PBR (Phone Book Reference file)
627 /** 3GPP TS 31.102, 4.4.2.1 EF_PBR (Phone Book Reference file)
629 * The SFI value assigned to an EF which is indicated in EF_PBR shal
[all...]

Completed in 129 milliseconds