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