Home
last modified time | relevance | path

Searched refs:getSimStateForSlotIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl279 int getSimStateForSlotIndex(int slotIndex); in getSimStateForSlotIndex() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java262 public int getSimStateForSlotIndex(int slotIndex) { in getSimStateForSlotIndex() method in SubscriptionControllerMock
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2179 public static int getSimStateForSlotIndex(int slotIndex) { in getSimStateForSlotIndex() method in SubscriptionManager
2185 simState = iSub.getSimStateForSlotIndex(slotIndex); in getSimStateForSlotIndex()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java2504 public int getSimStateForSlotIndex(int slotIndex) { in getSimStateForSlotIndex() method in SubscriptionController