Searched defs:onBluetoothStateChanged (Results 1 - 4 of 4) 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.java93 public void onBluetoothStateChanged(int bluetoothState) { method in class:DevicePickerFragment
94 super.onBluetoothStateChanged(bluetoothState);
H A DBluetoothSettings.java333 public void onBluetoothStateChanged(int bluetoothState) { method in class:BluetoothSettings
334 super.onBluetoothStateChanged(bluetoothState);
H A DDeviceListPreferenceFragment.java201 public void onBluetoothStateChanged(int bluetoothState) { method in class:DeviceListPreferenceFragment

Completed in 125 milliseconds