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.java201 int getSimStateForSlotIdx(int slotId); in getSimStateForSlotIdx() method
212 public int getSimStateForSlotIdx(int slotId) {
1568 int simState = mSubscriptionManagerProxy.getSimStateForSlotIdx(i); in getFirstPhoneForEmergencyCall()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java837 when(mSubscriptionManagerProxy.getSimStateForSlotIdx(slotId)).thenReturn(slotState); in setPhoneSlotState()