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

  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 42 List<SubInfoRecord> getSubInfoUsingSlotId(int slotId);
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 326 public static List<SubInfoRecord> getSubInfoUsingSlotId(int slotId) {
329 logd("[getSubInfoUsingSlotId]- invalid slotId");
338 result = iSub.getSubInfoUsingSlotId(slotId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 416 public List<SubInfoRecord> getSubInfoUsingSlotId(int slotId) {
    [all...]

Completed in 37 milliseconds