Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java286 int getSimStateForSlotIdx(int slotId); in getSimStateForSlotIdx() method
302 public int getSimStateForSlotIdx(int slotId) {
3966 int simState = mSubscriptionManagerProxy.getSimStateForSlotIdx(i); in getFirstPhoneForEmergencyCall()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java4281 when(mSubscriptionManagerProxy.getSimStateForSlotIdx(slotId)).thenReturn(slotState); in setPhoneSlotState()