Searched refs:bluetoothState (Results 1 – 4 of 4) sorted by relevance
376 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal() argument377 if (bluetoothState == BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) { in onBluetoothStateChangedInternal()485 int bluetoothState = msg.arg1; in handleMessage() local486 onBluetoothStateChangedInternal(bluetoothState); in handleMessage()592 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument594 bluetoothState, 0).sendToTarget(); in onBluetoothStateChanged()
233 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument234 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON in onBluetoothStateChanged()235 || bluetoothState == BluetoothAdapter.STATE_TURNING_ON; in onBluetoothStateChanged()236 mState = bluetoothState; in onBluetoothStateChanged()
25 void onBluetoothStateChanged(int bluetoothState); in onBluetoothStateChanged() argument
275 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument278 if (bluetoothState == BluetoothAdapter.STATE_TURNING_OFF) { in onBluetoothStateChanged()