Searched refs:iccPbkIntMgr (Results 1 – 1 of 1) sorted by relevance
64 IccPhoneBookInterfaceManager iccPbkIntMgr = in updateAdnRecordsInEfByIndexForSubscriber() local66 if (iccPbkIntMgr != null) { in updateAdnRecordsInEfByIndexForSubscriber()84 IccPhoneBookInterfaceManager iccPbkIntMgr = in getAdnRecordsSizeForSubscriber() local86 if (iccPbkIntMgr != null) { in getAdnRecordsSizeForSubscriber()87 return iccPbkIntMgr.getAdnRecordsSize(efid); in getAdnRecordsSizeForSubscriber()103 IccPhoneBookInterfaceManager iccPbkIntMgr = in getAdnRecordsInEfForSubscriber() local105 if (iccPbkIntMgr != null) { in getAdnRecordsInEfForSubscriber()106 return iccPbkIntMgr.getAdnRecordsInEf(efid); in getAdnRecordsInEfForSubscriber()118 if (iccPbkIntMgr != null) { in getAdnRecordsCapacityForSubscriber()119 return iccPbkIntMgr.getAdnRecordsCapacity(); in getAdnRecordsCapacityForSubscriber()[all …]