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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 41 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
45 public final class BluetoothEnabler implements SwitchBar.OnSwitchChangeListener {
79 public BluetoothEnabler(Context context, SwitchBar switchBar) {
BluetoothSettings.java 85 private BluetoothEnabler mBluetoothEnabler;
149 mBluetoothEnabler = new BluetoothEnabler(activity, mSwitchBar);
184 // resume BluetoothEnabler before calling super.onResume() so we don't get

Completed in 52 milliseconds