Home
last modified time | relevance | path

Searched refs:getAllSubInfoList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl29 List<SubscriptionInfo> getAllSubInfoList(String callingPackage); in getAllSubInfoList() method
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java553 result = iSub.getAllSubInfoList(mContext.getOpPackageName()); in getAllSubscriptionInfoList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java512 public List<SubscriptionInfo> getAllSubInfoList(String callingPackage) { in getAllSubInfoList() method in SubscriptionController
1842 sirl = getAllSubInfoList(mContext.getOpPackageName()); in dump()