Searched refs:bluetoothCallState (Results 1 – 1 of 1) sorted by relevance
1170 int bluetoothCallState = getBluetoothCallStateForUpdate(); in updateHeadsetWithCallState() local1233 || bluetoothCallState != mBluetoothCallState in updateHeadsetWithCallState()1242 mBluetoothCallState != bluetoothCallState in updateHeadsetWithCallState()1243 && bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState()1249 mBluetoothCallState = bluetoothCallState; in updateHeadsetWithCallState()1319 int bluetoothCallState = CALL_STATE_IDLE; in getBluetoothCallStateForUpdate() local1321 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate()1323 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate()1326 bluetoothCallState = CALL_STATE_DISCONNECTED; in getBluetoothCallStateForUpdate()1328 return bluetoothCallState; in getBluetoothCallStateForUpdate()