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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java513 public List<SubscriptionInfo> getAllSubInfoList(String callingPackage) { method in class:SubscriptionController
514 if (DBG) logd("[getAllSubInfoList]+");
516 if (!canReadPhoneState(callingPackage, "getAllSubInfoList")) {
526 if (DBG) logd("[getAllSubInfoList]- " + subList.size() + " infos return");
528 if (DBG) logd("[getAllSubInfoList]- no info return");
1843 sirl = getAllSubInfoList(mContext.getOpPackageName());

Completed in 54 milliseconds