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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 39 private BluetoothDiscoverableEnabler mDiscoverableEnabler;
65 public void setDiscoverableEnabler(BluetoothDiscoverableEnabler discoverableEnabler) {
69 public BluetoothDiscoverableEnabler getDiscoverableEnabler() {
BluetoothVisibilityTimeoutFragment.java 47 private final BluetoothDiscoverableEnabler mDiscoverableEnabler;
RequestPermissionActivity.java 55 private int mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
163 if (mTimeout == BluetoothDiscoverableEnabler.DISCOVERABLE_TIMEOUT_NEVER) {
265 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT);
270 mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
RequestPermissionHelperActivity.java 85 if (mTimeout == BluetoothDiscoverableEnabler.DISCOVERABLE_TIMEOUT_NEVER) {
149 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT);
BluetoothDiscoverableEnabler.java 36 * BluetoothDiscoverableEnabler is a helper to manage the "Discoverable"
40 final class BluetoothDiscoverableEnabler implements Preference.OnPreferenceClickListener {
42 private static final String TAG = "BluetoothDiscoverableEnabler";
95 BluetoothDiscoverableEnabler(Context context, LocalBluetoothAdapter adapter,
BluetoothSettings.java 65 private BluetoothDiscoverableEnabler mDiscoverableEnabler;
263 mDiscoverableEnabler = new BluetoothDiscoverableEnabler(getActivity(),

Completed in 770 milliseconds