Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java268 private int callsInState(int state) { in callsInState() method in HeadsetClientStateMachine
280 boolean multi = callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) > 1; in updateCallsMultiParty()
891 if (callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) > 1) { in loopQueryCalls()
943 if (callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) == 0) { in acceptCall()
1083 if (callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) > 0) { in terminateCall()
1902 … if (callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) == 0) { in processMessage()