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 37 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
41 public final class BluetoothEnabler implements SwitchBar.OnSwitchChangeListener {
75 public BluetoothEnabler(Context context, SwitchBar switchBar) {
BluetoothSettings.java 80 private BluetoothEnabler mBluetoothEnabler;
139 mBluetoothEnabler = new BluetoothEnabler(activity, mSwitchBar);
159 // resume BluetoothEnabler before calling super.onResume() so we don't get

Completed in 433 milliseconds