Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java143 private static final int RELEASE_WAKE_LOCK_DELAY = 10000; field in BluetoothPbapService
514 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY); in startObexServerSession()
731 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java73 private static final int RELEASE_WAKE_LOCK_DELAY = 1000; field in SapService
269 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY); in startSapServerSession()
434 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java112 private static final int RELEASE_WAKE_LOCK_DELAY = 10000; field in BluetoothMapService
277 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY); in startObexServerSessions()
408 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY); in handleMessage()