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.java68 private int mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
185 if (mTimeout == BluetoothDiscoverableEnabler.DISCOVERABLE_TIMEOUT_NEVER) { in createDialog()
318 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()
323 mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT; in parseIntent()
DRequestPermissionHelperActivity.java88 } else if (mTimeout == BluetoothDiscoverableEnabler.DISCOVERABLE_TIMEOUT_NEVER) { in createDialog()
160 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()
DBluetoothDiscoverableEnabler.java41 final class BluetoothDiscoverableEnabler implements Preference.OnPreferenceClickListener { class
96 BluetoothDiscoverableEnabler(Preference discoveryPreference) { in BluetoothDiscoverableEnabler() method in BluetoothDiscoverableEnabler