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 62 private BluetoothEnabler mBluetoothEnabler;
133 mBluetoothEnabler = new BluetoothEnabler(activity, actionBarSwitch);
142 if (mBluetoothEnabler != null) {
143 mBluetoothEnabler.resume();
159 if (mBluetoothEnabler != null) {
160 mBluetoothEnabler.pause();
  /packages/apps/Settings/src/com/android/settings/
Settings.java 782 private final BluetoothEnabler mBluetoothEnabler;
    [all...]

Completed in 713 milliseconds