Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1057 public BluetoothCall getCallByState(int state) { in getCallByState() method in BluetoothInCallService.CallInfo
1111 return getCallByState(Call.STATE_ACTIVE); in getActiveCall()
1115 return getCallByState(Call.STATE_HOLDING); in getHeldCall()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1136 when(mMockCallInfo.getCallByState(Call.STATE_DISCONNECTED)).thenReturn(call); in createDisconnectedCall()