Home
last modified time | relevance | path

Searched refs:updateAdnRecordsInEfByIndexForSubscriber (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimPhoneBookTest.java88 boolean success = simPhoneBook.updateAdnRecordsInEfByIndexForSubscriber(subId, in testBasic()
139 success = simPhoneBook.updateAdnRecordsInEfByIndexForSubscriber(subId, in testBasic()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIIccPhoneBook.aidl102 boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, in ContentValues values, in updateAdnRecordsInEfByIndexForSubscriber() method
H A DUiccPhoneBookController.java62 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, ContentValues values, in updateAdnRecordsInEfByIndexForSubscriber() method in UiccPhoneBookController
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DSimPhonebookProviderTest.java1461 public boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, in updateAdnRecordsInEfByIndexForSubscriber() method in SimPhonebookProviderTest.FakeIccPhoneBook
1465 return updateAdnRecordsInEfByIndexForSubscriber(subId, efid, newTag, newPhoneNumber, in updateAdnRecordsInEfByIndexForSubscriber()
1470 private boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, in updateAdnRecordsInEfByIndexForSubscriber() method in SimPhonebookProviderTest.FakeIccPhoneBook
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DSimPhonebookProvider.java677 return mIccPhoneBookSupplier.get().updateAdnRecordsInEfByIndexForSubscriber( in updateRecord()