Home
last modified time | relevance | path

Searched refs:getSimStateForSlotIdx (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl194 int getSimStateForSlotIdx(int slotIdx); in getSimStateForSlotIdx() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java267 public int getSimStateForSlotIdx(int slotIdx) { in getSimStateForSlotIdx() method in SubscriptionControllerMock
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1294 public static int getSimStateForSlotIdx(int slotIdx) { in getSimStateForSlotIdx() method in SubscriptionManager
1300 simState = iSub.getSimStateForSlotIdx(slotIdx); in getSimStateForSlotIdx()
DTelephonyManager.java1842 int simState = SubscriptionManager.getSimStateForSlotIdx(slotIdx); in getSimState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1718 public int getSimStateForSlotIdx(int slotIdx) { in getSimStateForSlotIdx() method in SubscriptionController