Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionActivity.java70 private int mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
194 if (mTimeout == BluetoothDiscoverableEnabler.DISCOVERABLE_TIMEOUT_NEVER) { in createDialog()
308 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()
313 mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT; in parseIntent()
DBluetoothDiscoverableEnabler.java41 final class BluetoothDiscoverableEnabler implements Preference.OnPreferenceClickListener { class
96 BluetoothDiscoverableEnabler(Preference discoveryPreference) { in BluetoothDiscoverableEnabler() method in BluetoothDiscoverableEnabler
DRequestPermissionHelper.kt86 timeout == BluetoothDiscoverableEnabler.DISCOVERABLE_TIMEOUT_NEVER -> when (name) { in Context()