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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DRequestPermissionHelperActivity.java78 if (mTimeout == BluetoothDiscoverableEnabler.DISCOVERABLE_TIMEOUT_NEVER) {
142 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT);
H A DRequestPermissionActivity.java58 private int mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
164 if (mTimeout == BluetoothDiscoverableEnabler.DISCOVERABLE_TIMEOUT_NEVER) {
266 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT);
271 mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
H A DBluetoothDiscoverableEnabler.java35 * BluetoothDiscoverableEnabler is a helper to manage the "Discoverable"
39 final class BluetoothDiscoverableEnabler implements Preference.OnPreferenceClickListener { class in inherits:Preference.OnPreferenceClickListener
41 private static final String TAG = "BluetoothDiscoverableEnabler";
94 BluetoothDiscoverableEnabler(LocalBluetoothAdapter adapter, method in class:BluetoothDiscoverableEnabler

Completed in 35 milliseconds