Home
last modified time | relevance | path

Searched refs:getCallByState (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java219 assertThat(mMockCallInfo.getCallByState(Call.STATE_HOLDING)).isNull(); in getCallByState_withNoMatchingCall()
DBluetoothInCallServiceTest.java2051 when(mMockCallInfo.getCallByState(Call.STATE_DISCONNECTED)).thenReturn(call); in createDisconnectedCall()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1443 public BluetoothCall getCallByState(int state) { in getCallByState() method in BluetoothInCallService.CallInfo
1497 return getCallByState(Call.STATE_ACTIVE); in getActiveCall()
1501 return getCallByState(Call.STATE_HOLDING); in getHeldCall()