Searched refs:onBluetoothStateChanged (Results 1 – 7 of 7) sorted by relevance
55 override fun onBluetoothStateChanged(bluetoothState: Int) { in <lambda>() method57 super.onBluetoothStateChanged(bluetoothState) in <lambda>()
52 default void onBluetoothStateChanged(@AdapterState int bluetoothState) {} in onBluetoothStateChanged() method
320 callback.onBluetoothStateChanged(state); in onReceive()323 mDeviceManager.onBluetoothStateChanged(state); in onReceive()
324 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in CachedBluetoothDeviceManager
158 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesBluetoothState()162 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in testOnBluetoothStateChange_updatesBluetoothState()174 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesConnectionState()
111 onBluetoothStateChanged( in BluetoothControllerImpl()337 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged() method in BluetoothControllerImpl
608 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged() method in KeyboardUI.BluetoothCallbackHandler