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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 56 private int mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
242 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT);
249 mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
278 BluetoothDiscoverableEnabler.SHARED_PREFERENCES_KEY_DISCOVERABLE_END_TIMESTAMP,
BluetoothDiscoverableEnabler.java 33 * BluetoothDiscoverableEnabler is a helper to manage the "Discoverable"
37 public class BluetoothDiscoverableEnabler implements Preference.OnPreferenceChangeListener {
38 private static final String TAG = "BluetoothDiscoverableEnabler";
72 public BluetoothDiscoverableEnabler(Context context, CheckBoxPreference checkBoxPreference) {
RequestPermissionHelperActivity.java 133 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT);
BluetoothSettings.java 75 private BluetoothDiscoverableEnabler mDiscoverableEnabler;
144 mDiscoverableEnabler = new BluetoothDiscoverableEnabler(
LocalBluetoothManager.java 322 BluetoothDiscoverableEnabler.SHARED_PREFERENCES_KEY_DISCOVERABLE_END_TIMESTAMP, 0);

Completed in 2473 milliseconds