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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISub.aidl29 List<SubscriptionInfo> getAllSubInfoList(String callingPackage);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionControllerMock.java124 public List<SubscriptionInfo> getAllSubInfoList(String callingPackage) { method in class:SubscriptionControllerMock
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java563 result = iSub.getAllSubInfoList(mContext.getOpPackageName());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java518 public List<SubscriptionInfo> getAllSubInfoList(String callingPackage) { method in class:SubscriptionController
519 if (DBG) logd("[getAllSubInfoList]+");
521 if (!canReadPhoneState(callingPackage, "getAllSubInfoList")) {
531 if (DBG) logd("[getAllSubInfoList]- " + subList.size() + " infos return");
533 if (DBG) logd("[getAllSubInfoList]- no info return");
1848 sirl = getAllSubInfoList(mContext.getOpPackageName());

Completed in 1726 milliseconds