Searched refs:BluetoothEnabler (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java33 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
37 public final class BluetoothEnabler implements CompoundButton.OnCheckedChangeListener { class in inherits:CompoundButton.OnCheckedChangeListener
54 public BluetoothEnabler(Context context, Switch switch_) { method in class:BluetoothEnabler
H A DBluetoothSettings.java62 private BluetoothEnabler mBluetoothEnabler;
133 mBluetoothEnabler = new BluetoothEnabler(activity, actionBarSwitch);
140 // resume BluetoothEnabler before calling super.onResume() so we don't get
/packages/apps/Settings/src/com/android/settings/
H A DSettings.java72 import com.android.settings.bluetooth.BluetoothEnabler;
782 private final BluetoothEnabler mBluetoothEnabler;
845 mBluetoothEnabler = new BluetoothEnabler(context, new Switch(context));

Completed in 95 milliseconds