HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothEnabler (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 63 private BluetoothEnabler mBluetoothEnabler;
132 mBluetoothEnabler = new BluetoothEnabler(activity, actionBarSwitch);
141 if (mBluetoothEnabler != null) {
142 mBluetoothEnabler.resume();
158 if (mBluetoothEnabler != null) {
159 mBluetoothEnabler.pause();
  /packages/apps/Settings/src/com/android/settings/
Settings.java 542 private final BluetoothEnabler mBluetoothEnabler;
600 mBluetoothEnabler = new BluetoothEnabler(context, new Switch(context));
658 mBluetoothEnabler.setSwitch(holder.switch_);
694 mBluetoothEnabler.resume();
699 mBluetoothEnabler.pause();
    [all...]

Completed in 182 milliseconds