Searched refs:bluetoothCallState (Results 1 – 1 of 1) sorted by relevance
1248 int bluetoothCallState = getBluetoothCallStateForUpdate(); in updateHeadsetWithCallState() local1309 || 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() local1376 bluetoothCallState = CallState.INCOMING; in getBluetoothCallStateForUpdate()1378 bluetoothCallState = CallState.ALERTING; in getBluetoothCallStateForUpdate()1381 bluetoothCallState = CallState.DISCONNECTED; in getBluetoothCallStateForUpdate()1383 return bluetoothCallState; in getBluetoothCallStateForUpdate()