Home | History | Annotate | Download | only in telephony

Lines Matching refs:subId

56     updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, String oldTag,
60 getIccPhoneBookInterfaceManagerProxy(subId);
66 " null for Subscription:"+subId);
81 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag,
84 getIccPhoneBookInterfaceManagerProxy(subId);
90 " null for Subscription:"+subId);
102 getAdnRecordsSizeForSubscriber(int subId, int efid) throws android.os.RemoteException {
104 getIccPhoneBookInterfaceManagerProxy(subId);
109 " null for Subscription:"+subId);
120 public List<AdnRecord> getAdnRecordsInEfForSubscriber(int subId, int efid)
123 getIccPhoneBookInterfaceManagerProxy(subId);
128 "null for Subscription:"+subId);
137 getIccPhoneBookInterfaceManagerProxy(int subId) {
139 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
143 Rlog.e(TAG, "Exception is :"+e.toString()+" For subscription :"+subId );
147 Rlog.e(TAG, "Exception is :"+e.toString()+" For subscription :"+subId );