Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java58 public static final int MSG_RELEASE_WAKE_LOCK = 5006; field in SapService
230 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in closeService()
259 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in startSapServerSession()
261 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY); in startSapServerSession()
428 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
430 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
432 case MSG_RELEASE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java138 public static final int MSG_RELEASE_WAKE_LOCK = 5005; field in BluetoothPbapService
507 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in startObexServerSession()
509 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY); in startObexServerSession()
519 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in stopObexServerSession()
718 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
720 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
722 case MSG_RELEASE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java93 public static final int MSG_RELEASE_WAKE_LOCK = 5006; field in BluetoothMapService
268 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in startObexServerSessions()
270 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY); in startObexServerSessions()
324 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in stopObexServerSessions()
399 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in handleMessage()
401 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY); in handleMessage()
403 case MSG_RELEASE_WAKE_LOCK: in handleMessage()