Home
last modified time | relevance | path

Searched defs:efid (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIIccPhoneBook.aidl37 List<AdnRecord> getAdnRecordsInEf(int efid); in getAdnRecordsInEf()
48 List<AdnRecord> getAdnRecordsInEfForSubscriber(int subId, int efid); in getAdnRecordsInEfForSubscriber()
69 boolean updateAdnRecordsInEfBySearch(int efid, in updateAdnRecordsInEfBySearch()
87 int efid, in ContentValues values, String pin2); in updateAdnRecordsInEfBySearchForSubscriber()
102 boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, in ContentValues values, in updateAdnRecordsInEfByIndexForSubscriber()
115 int[] getAdnRecordsSize(int efid); in getAdnRecordsSize()
128 int[] getAdnRecordsSizeForSubscriber(int subId, int efid); in getAdnRecordsSizeForSubscriber()
H A DUiccPhoneBookController.java49 updateAdnRecordsInEfBySearch (int efid, String oldTag, String oldPhoneNumber, in updateAdnRecordsInEfBySearch()
62 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, ContentValues values, in updateAdnRecordsInEfByIndexForSubscriber()
77 public int[] getAdnRecordsSize(int efid) throws android.os.RemoteException { in getAdnRecordsSize()
83 getAdnRecordsSizeForSubscriber(int subId, int efid) throws android.os.RemoteException { in getAdnRecordsSizeForSubscriber()
96 public List<AdnRecord> getAdnRecordsInEf(int efid) throws android.os.RemoteException { in getAdnRecordsInEf()
101 public List<AdnRecord> getAdnRecordsInEfForSubscriber(int subId, int efid) in getAdnRecordsInEfForSubscriber()
128 updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, in updateAdnRecordsInEfBySearchForSubscriber()
H A DIccPhoneBookInterfaceManager.java202 public boolean updateAdnRecordsInEfBySearchForSubscriber(int efid, ContentValues values, in updateAdnRecordsInEfBySearchForSubscriber()
258 updateAdnRecordsInEfByIndex(int efid, ContentValues values, int index, String pin2) { in updateAdnRecordsInEfByIndex()
302 public int[] getAdnRecordsSize(int efid) { in getAdnRecordsSize()
329 public List<AdnRecord> getAdnRecordsInEf(int efid) { in getAdnRecordsInEf()
386 private int updateEfForIccType(int efid) { in updateEfForIccType()
454 private boolean usesPbCache(int efid) { in usesPbCache()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java108 getRecordsIfLoaded(int efid) { in getRecordsIfLoaded()
119 public int extensionEfForEf(int efid) { in extensionEfForEf()
153 public void updateAdnByIndex(int efid, AdnRecord adn, int recordIndex, String pin2, in updateAdnByIndex()
191 public void updateAdnBySearch(int efid, AdnRecord oldAdn, AdnRecord newAdn, in updateAdnBySearch()
264 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike()
344 int efid; in handleMessage() local
H A DIccFileHandler.java125 LoadLinearFixedContext(int efid, int recordNum, Message onLoaded) { in LoadLinearFixedContext()
133 LoadLinearFixedContext(int efid, int recordNum, String path, Message onLoaded) { in LoadLinearFixedContext()
141 LoadLinearFixedContext(int efid, String path, Message onLoaded) { in LoadLinearFixedContext()
149 LoadLinearFixedContext(int efid, Message onLoaded) { in LoadLinearFixedContext()
687 protected String getCommonIccEFPath(int efid) { in getCommonIccEFPath()
712 protected abstract String getEFPath(int efid); in getEFPath()
H A DAdnRecord.java162 public AdnRecord (int efid, int recordNumber, byte[] record) { in AdnRecord()
183 public AdnRecord (int efid, int recordNumber, String alphaTag, String number, String[] emails) { in AdnRecord()
192 public AdnRecord(int efid, int recordNumber, String alphaTag, String number, String[] emails, in AdnRecord()
203 public AdnRecord(int efid, int recordNumber, String alphaTag, String number) { in AdnRecord()
H A DCsimFileHandler.java34 protected String getEFPath(int efid) { in getEFPath()
H A DIsimFileHandler.java34 protected String getEFPath(int efid) { in getEFPath()
H A DSIMFileHandler.java39 protected String getEFPath(int efid) { in getEFPath()
H A DUsimFileHandler.java34 protected String getEFPath(int efid) { in getEFPath()
H A DRuimFileHandler.java57 protected String getEFPath(int efid) { in getEFPath()
H A DAdnRecordLoader.java73 private String getEFPath(int efid) { in getEFPath()
H A DIsimUiccRecords.java291 protected void handleFileUpdate(int efid) { in handleFileUpdate()
H A DRuimRecords.java938 protected void handleFileUpdate(int efid) { in handleFileUpdate()
H A DSIMRecords.java1324 protected void handleFileUpdate(int efid) { in handleFileUpdate()
H A DIccRecords.java1005 protected abstract void handleFileUpdate(int efid); in handleFileUpdate()
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DSimPhonebookProviderTest.java1397 public void setRecordsSize(int subscriptionId, int efid, int maxRecordCount, in setRecordsSize()
1408 private AdnRecord[] createEmptyRecords(int efid, int count) { in createEmptyRecords()
1428 public List<AdnRecord> getAdnRecordsInEf(int efid) { in getAdnRecordsInEf()
1433 public List<AdnRecord> getAdnRecordsInEfForSubscriber(int subId, int efid) { in getAdnRecordsInEfForSubscriber()
1439 public boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, in updateAdnRecordsInEfBySearchForSubscriber()
1450 … private boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, String oldTag, in updateAdnRecordsInEfBySearchForSubscriber()
1461 public boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, in updateAdnRecordsInEfByIndexForSubscriber()
1470 private boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, in updateAdnRecordsInEfByIndexForSubscriber()
1479 public int[] getAdnRecordsSize(int efid) { in getAdnRecordsSize()
1484 public int[] getAdnRecordsSizeForSubscriber(int subId, int efid) { in getAdnRecordsSizeForSubscriber()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java103 File(int parentTag, int efid, int sfi, int index) { in File()
413 private void readIapFileAndWait(int efid) { in readIapFileAndWait()
661 int efid = ((data[0] & 0xFF) << 8) | (data[1] & 0xFF); in parseEfAndSFI() local
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DSimPhonebookProvider.java346 int efid = efIdForEfType(efType); in addEfToCursor() local
810 public final int efid; field in SimPhonebookProvider.PhonebookArgs
815 @ElementaryFiles.EfType int efType, int efid, int recordNumber, in PhonebookArgs()
831 int efid; in createFromEfName() local