Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DUiccPhoneBookController.java57 return updateAdnRecordsInEfBySearchForSubscriber(getDefaultSubscription(), in updateAdnRecordsInEfBySearch()
129 updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, in updateAdnRecordsInEfBySearchForSubscriber() method in UiccPhoneBookController
134 return iccPbkIntMgr.updateAdnRecordsInEfBySearchForSubscriber( in updateAdnRecordsInEfBySearchForSubscriber()
DIIccPhoneBook.aidl86 boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, in updateAdnRecordsInEfBySearchForSubscriber() method
DIccPhoneBookInterfaceManager.java199 public boolean updateAdnRecordsInEfBySearchForSubscriber(int efid, ContentValues values, in updateAdnRecordsInEfBySearchForSubscriber() method in IccPhoneBookInterfaceManager
DIccProvider.java475 .updateAdnRecordsInEfBySearchForSubscriber( in updateIccRecordInEf()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimPhoneBookTest.java106 success = simPhoneBook.updateAdnRecordsInEfBySearchForSubscriber(subId, in testBasic()
125 success = simPhoneBook.updateAdnRecordsInEfBySearchForSubscriber(subId, in testBasic()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccPhoneBookInterfaceManagerTest.java192 boolean result = mIccPhoneBookInterfaceMgr.updateAdnRecordsInEfBySearchForSubscriber( in testUpdateAdnRecord()
221 boolean result = mIccPhoneBookInterfaceMgr.updateAdnRecordsInEfBySearchForSubscriber( in testUpdateAdnRecordByPbCache()