Searched refs:callsInState (Results 1 – 1 of 1) sorted by relevance
268 private int callsInState(int state) { in callsInState() method in HeadsetClientStateMachine280 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()