OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_DISCOVERABLE_TIMEOUT
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java
55
private int mTimeout = BluetoothDiscoverableEnabler.
DEFAULT_DISCOVERABLE_TIMEOUT
;
263
BluetoothDiscoverableEnabler.
DEFAULT_DISCOVERABLE_TIMEOUT
);
268
mTimeout = BluetoothDiscoverableEnabler.
DEFAULT_DISCOVERABLE_TIMEOUT
;
RequestPermissionHelperActivity.java
143
BluetoothDiscoverableEnabler.
DEFAULT_DISCOVERABLE_TIMEOUT
);
BluetoothDiscoverableEnabler.java
61
static final int
DEFAULT_DISCOVERABLE_TIMEOUT
= DISCOVERABLE_TIMEOUT_TWO_MINUTES;
Completed in 545 milliseconds