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.java225 private int callsInState(int state) { in callsInState() method in HeadsetClientStateMachine
429 if (callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) == 0) { in acceptCall()