HomeSort by relevance Sort by last modified time
    Searched refs:getAllSubInfoList (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 48 List<SubInfoRecord> getAllSubInfoList();
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 357 public static List<SubInfoRecord> getAllSubInfoList() {
358 if (VDBG) logd("[getAllSubInfoList]+");
365 result = iSub.getAllSubInfoList();
  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 138 SubscriptionManager.getAllSubInfoList();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 425 public List<SubInfoRecord> getAllSubInfoList() {
426 logd("[getAllSubInfoList]+");
432 logd("[getAllSubInfoList]- " + subList.size() + " infos return");
434 logd("[getAllSubInfoList]- no info return");
    [all...]

Completed in 31 milliseconds