Searched refs:bluetoothState (Results 1 – 4 of 4) sorted by relevance
386 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal() argument387 if (bluetoothState == BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) { in onBluetoothStateChangedInternal()495 int bluetoothState = msg.arg1; in handleMessage() local496 onBluetoothStateChangedInternal(bluetoothState); in handleMessage()602 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged() argument604 bluetoothState, 0).sendToTarget(); in onBluetoothStateChanged()
346 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged() argument347 mLogger.logStateChange(BluetoothAdapter.nameForState(bluetoothState)); in onBluetoothStateChanged()348 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON in onBluetoothStateChanged()349 || bluetoothState == BluetoothAdapter.STATE_TURNING_ON; in onBluetoothStateChanged()350 mState = bluetoothState; in onBluetoothStateChanged()
52 default void onBluetoothStateChanged(@AdapterState int bluetoothState) {} in onBluetoothStateChanged() argument
308 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument311 if (bluetoothState == BluetoothAdapter.STATE_TURNING_OFF) { in onBluetoothStateChanged()