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 198 public void onBluetoothStateChanged(int bluetoothState) {
BluetoothSettings.java 327 public void onBluetoothStateChanged(int bluetoothState) {
328 super.onBluetoothStateChanged(bluetoothState);

Completed in 68 milliseconds