Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDiscoverableEnabler.java48 private static final int DISCOVERABLE_TIMEOUT_ONE_HOUR = 3600; field in BluetoothDiscoverableEnabler
195 mTimeoutSecs = DISCOVERABLE_TIMEOUT_ONE_HOUR; in setDiscoverableTimeout()
221 timeout = DISCOVERABLE_TIMEOUT_ONE_HOUR; in getDiscoverableTimeout()
242 case DISCOVERABLE_TIMEOUT_ONE_HOUR: in getDiscoverableTimeoutIndex()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDiscoverableEnabler.java48 private static final int DISCOVERABLE_TIMEOUT_ONE_HOUR = 3600; field in BluetoothDiscoverableEnabler
195 mTimeoutSecs = DISCOVERABLE_TIMEOUT_ONE_HOUR; in setDiscoverableTimeout()
221 timeout = DISCOVERABLE_TIMEOUT_ONE_HOUR; in getDiscoverableTimeout()
242 case DISCOVERABLE_TIMEOUT_ONE_HOUR: in getDiscoverableTimeoutIndex()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRequestPermissionActivity.java62 private static final int DISCOVERABLE_TIMEOUT_ONE_HOUR = 3600; field in BluetoothRequestPermissionActivity
67 static final int MAX_DISCOVERABLE_TIMEOUT = DISCOVERABLE_TIMEOUT_ONE_HOUR;