Searched defs:updateAdnRecordsInEfByIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManagerProxy.java53 updateAdnRecordsInEfByIndex(int efid, String newTag, method in class:IccPhoneBookInterfaceManagerProxy
55 return mIccPhoneBookInterfaceManager.updateAdnRecordsInEfByIndex(efid,
H A DUiccPhoneBookController.java73 updateAdnRecordsInEfByIndex(int efid, String newTag, method in class:UiccPhoneBookController
86 return iccPbkIntMgrProxy.updateAdnRecordsInEfByIndex(efid, newTag,
89 Rlog.e(TAG,"updateAdnRecordsInEfByIndex iccPbkIntMgrProxy is" +
H A DIccPhoneBookInterfaceManager.java212 updateAdnRecordsInEfByIndex(int efid, String newTag, method in class:IccPhoneBookInterfaceManager
222 if (DBG) logd("updateAdnRecordsInEfByIndex: efid=" + efid +

Completed in 117 milliseconds