Searched refs:onBluetoothStateChanged (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothCallback.java24 void onBluetoothStateChanged(int bluetoothState); method in interface:BluetoothCallback
H A DDevicePickerFragment.java103 public void onBluetoothStateChanged(int bluetoothState) { method in class:DevicePickerFragment
104 super.onBluetoothStateChanged(bluetoothState);
H A DCachedBluetoothDeviceManager.java138 public synchronized void onBluetoothStateChanged(int bluetoothState) { method in class:CachedBluetoothDeviceManager
H A DDeviceListPreferenceFragment.java203 public void onBluetoothStateChanged(int bluetoothState) { method in class:DeviceListPreferenceFragment
H A DBluetoothSettings.java345 public void onBluetoothStateChanged(int bluetoothState) { method in class:BluetoothSettings
346 super.onBluetoothStateChanged(bluetoothState);
H A DBluetoothEventManager.java165 callback.onBluetoothStateChanged(state);
169 mDeviceManager.onBluetoothStateChanged(state);

Completed in 521 milliseconds