Searched refs:DEFAULT_DISCOVERABLE_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
19 …com.android.car.settings.bluetooth.BluetoothRequestPermissionActivity.DEFAULT_DISCOVERABLE_TIMEOUT;100 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, DEFAULT_DISCOVERABLE_TIMEOUT)) in setUp()138 DEFAULT_DISCOVERABLE_TIMEOUT); in onCreate_requestDiscoverableIntent_noTimeoutSpecified_hasDefaultTimeout()160 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, DEFAULT_DISCOVERABLE_TIMEOUT); in onCreate_requestDiscoverableIntent_bypassforSetup_startsDiscoverableScan()197 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, DEFAULT_DISCOVERABLE_TIMEOUT); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_enableDiscovery()209 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, DEFAULT_DISCOVERABLE_TIMEOUT); in onCreate_requestDiscoverableIntent_bypassforGeneric_noScanModeChange()312 BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, DEFAULT_DISCOVERABLE_TIMEOUT); in onPositiveClick_discoverableDialog_scanModeSet()
77 static final int DEFAULT_DISCOVERABLE_TIMEOUT = DISCOVERABLE_TIMEOUT_TWO_MINUTES; field in BluetoothRequestPermissionActivity84 private int mTimeout = DEFAULT_DISCOVERABLE_TIMEOUT;275 DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()279 mTimeout = DEFAULT_DISCOVERABLE_TIMEOUT; in parseIntent()
70 private int mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT;308 BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT); in parseIntent()313 mTimeout = BluetoothDiscoverableEnabler.DEFAULT_DISCOVERABLE_TIMEOUT; in parseIntent()
62 static final int DEFAULT_DISCOVERABLE_TIMEOUT = DISCOVERABLE_TIMEOUT_TWO_MINUTES; field in BluetoothDiscoverableEnabler