Home
last modified time | relevance | path

Searched refs:DEFAULT_DISCOVERABLE_TIMEOUT (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRequestPermissionActivity.java66 static final int DEFAULT_DISCOVERABLE_TIMEOUT = DISCOVERABLE_TIMEOUT_TWO_MINUTES; field in BluetoothRequestPermissionActivity
72 private int mTimeout = DEFAULT_DISCOVERABLE_TIMEOUT;
223 DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()
226 mTimeout = DEFAULT_DISCOVERABLE_TIMEOUT; in parseIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DRequestPermissionActivity.java61 private int mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
305 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()
310 mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT; in parseIntent()
DRequestPermissionHelperActivity.java160 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()
DBluetoothDiscoverableEnabler.java60 static final int DEFAULT_DISCOVERABLE_TIMEOUT = DISCOVERABLE_TIMEOUT_TWO_MINUTES; field in BluetoothDiscoverableEnabler
/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionActivity.java61 private int mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;
305 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()
310 mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT; in parseIntent()
DRequestPermissionHelperActivity.java160 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()
DBluetoothDiscoverableEnabler.java60 static final int DEFAULT_DISCOVERABLE_TIMEOUT = DISCOVERABLE_TIMEOUT_TWO_MINUTES; field in BluetoothDiscoverableEnabler
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothRequestPermissionActivityTest.java97 BluetoothRequestPermissionActivity.DEFAULT_DISCOVERABLE_TIMEOUT); in onCreate_requestDiscoverableIntent_noTimeoutSpecified_hasDefaultTimeout()