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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 33 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
37 public final class BluetoothEnabler implements CompoundButton.OnCheckedChangeListener {
52 public BluetoothEnabler(Context context, Switch switch_) {
BluetoothSettings.java 63 private BluetoothEnabler mBluetoothEnabler;
132 mBluetoothEnabler = new BluetoothEnabler(activity, actionBarSwitch);
139 // resume BluetoothEnabler before calling super.onResume() so we don't get
  /packages/apps/Settings/src/com/android/settings/
Settings.java 24 import com.android.settings.bluetooth.BluetoothEnabler;
542 private final BluetoothEnabler mBluetoothEnabler;
600 mBluetoothEnabler = new BluetoothEnabler(context, new Switch(context));
    [all...]

Completed in 45 milliseconds