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 130 public void onBluetoothStateChanged(int bluetoothState) {
131 super.onBluetoothStateChanged(bluetoothState);
CachedBluetoothDeviceManager.java 149 public synchronized void onBluetoothStateChanged(int bluetoothState) {
DeviceListPreferenceFragment.java 209 public void onBluetoothStateChanged(int bluetoothState) {
BluetoothEventManager.java 165 callback.onBluetoothStateChanged(state);
169 mDeviceManager.onBluetoothStateChanged(state);
BluetoothSettings.java 372 public void onBluetoothStateChanged(int bluetoothState) {
373 super.onBluetoothStateChanged(bluetoothState);

Completed in 47 milliseconds