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.java1170 int bluetoothCallState = getBluetoothCallStateForUpdate(); in updateHeadsetWithCallState() local
1233 || 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() local
1321 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()