Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1248 int bluetoothCallState = getBluetoothCallStateForUpdate(); in updateHeadsetWithCallState() local
1309 || bluetoothCallState != mBluetoothCallState in updateHeadsetWithCallState()
1329 if (mBluetoothCallState != bluetoothCallState && bluetoothCallState == CallState.ALERTING) { in updateHeadsetWithCallState()
1333 phoneStateChanged(headsetService, bluetoothCallState, ringingName); in updateHeadsetWithCallState()
1335 mBluetoothCallState = bluetoothCallState; in updateHeadsetWithCallState()
1374 int bluetoothCallState = CallState.IDLE; in getBluetoothCallStateForUpdate() local
1376 bluetoothCallState = CallState.INCOMING; in getBluetoothCallStateForUpdate()
1378 bluetoothCallState = CallState.ALERTING; in getBluetoothCallStateForUpdate()
1381 bluetoothCallState = CallState.DISCONNECTED; in getBluetoothCallStateForUpdate()
1383 return bluetoothCallState; in getBluetoothCallStateForUpdate()