Home
last modified time | relevance | path

Searched refs:updateAdnRecordsInEfBySearchForSubscriber (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccPhoneBookController.java56 return updateAdnRecordsInEfBySearchForSubscriber(getDefaultSubscription(), in updateAdnRecordsInEfBySearch()
128 updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, in updateAdnRecordsInEfBySearchForSubscriber() method in UiccPhoneBookController
133 return iccPbkIntMgr.updateAdnRecordsInEfBySearchForSubscriber( in updateAdnRecordsInEfBySearchForSubscriber()
H A DIIccPhoneBook.aidl86 boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, in updateAdnRecordsInEfBySearchForSubscriber() method
H A DIccPhoneBookInterfaceManager.java202 public boolean updateAdnRecordsInEfBySearchForSubscriber(int efid, ContentValues values, in updateAdnRecordsInEfBySearchForSubscriber() method in IccPhoneBookInterfaceManager
H A DIccProvider.java474 .updateAdnRecordsInEfBySearchForSubscriber( in updateIccRecordInEf()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimPhoneBookTest.java106 success = simPhoneBook.updateAdnRecordsInEfBySearchForSubscriber(subId, in testBasic()
125 success = simPhoneBook.updateAdnRecordsInEfBySearchForSubscriber(subId, in testBasic()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DIccPhoneBookInterfaceManagerTest.java186 boolean result = mIccPhoneBookInterfaceMgr.updateAdnRecordsInEfBySearchForSubscriber( in testUpdateAdnRecord()
215 boolean result = mIccPhoneBookInterfaceMgr.updateAdnRecordsInEfBySearchForSubscriber( in testUpdateAdnRecordByPbCache()
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DSimPhonebookProviderTest.java1439 public boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, in updateAdnRecordsInEfBySearchForSubscriber() method in SimPhonebookProviderTest.FakeIccPhoneBook
1445 return updateAdnRecordsInEfBySearchForSubscriber(subId, efid, oldTag, oldPhoneNumber, in updateAdnRecordsInEfBySearchForSubscriber()
1450 … private boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, String oldTag, in updateAdnRecordsInEfBySearchForSubscriber() method in SimPhonebookProviderTest.FakeIccPhoneBook