HomeSort by relevance Sort by last modified time
    Searched refs:onBluetoothStateChanged (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothCallback.java 24 void onBluetoothStateChanged(int bluetoothState);
DevicePickerFragment.java 99 public void onBluetoothStateChanged(int bluetoothState) {
100 super.onBluetoothStateChanged(bluetoothState);
CachedBluetoothDeviceManager.java 138 public synchronized void onBluetoothStateChanged(int bluetoothState) {
DeviceListPreferenceFragment.java 201 public void onBluetoothStateChanged(int bluetoothState) {
BluetoothSettings.java 347 public void onBluetoothStateChanged(int bluetoothState) {
348 super.onBluetoothStateChanged(bluetoothState);
BluetoothEventManager.java 165 callback.onBluetoothStateChanged(state);
169 mDeviceManager.onBluetoothStateChanged(state);

Completed in 71 milliseconds