Searched refs:STATE_INCOMING (Results 1 – 5 of 5) sorted by relevance
42 STATE_INCOMING,58 public static final int STATE_INCOMING = 0x00; field in BluetoothLeCall
204 BluetoothLeCall.STATE_INCOMING, in testCallAdded()218 assertThat(capturedTbsCall.getState()).isEqualTo(BluetoothLeCall.STATE_INCOMING); in testCallAdded()236 BluetoothLeCall.STATE_INCOMING, in testCallRemoved()270 BluetoothLeCall.STATE_INCOMING, in testCallStateChanged()312 BluetoothLeCall.STATE_INCOMING, in testCurrentCallsList()348 BluetoothLeCall.STATE_INCOMING, in testCallAccept()
41 if (state.equals(BluetoothLeCall.STATE_INCOMING)) { in stateToString()
440 if (tbsCall.getState() != BluetoothLeCall.STATE_INCOMING) { in checkRequestComplete()1080 states.add(BluetoothLeCall.STATE_INCOMING); in getForegroundCall()1210 if (callState == BluetoothLeCall.STATE_INCOMING) { in isCallStateTransitionValid()1220 if (callState == BluetoothLeCall.STATE_INCOMING in isCallStateTransitionValid()
1593 return BluetoothLeCall.STATE_INCOMING; in getTbsCallState()