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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothCallback.java 24 void onBluetoothStateChanged(int bluetoothState);
DevicePickerFragment.java 93 public void onBluetoothStateChanged(int bluetoothState) {
94 super.onBluetoothStateChanged(bluetoothState);
DeviceListPreferenceFragment.java 201 public void onBluetoothStateChanged(int bluetoothState) {
BluetoothSettings.java 334 public void onBluetoothStateChanged(int bluetoothState) {
335 super.onBluetoothStateChanged(bluetoothState);

Completed in 37 milliseconds