Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java66 public static final int MSG_RELEASE_WAKE_LOCK = 5006; field in SapService
259 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in closeService()
292 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in startSapServerSession()
294 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in startSapServerSession()
478 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
480 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK),
483 case MSG_RELEASE_WAKE_LOCK:
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java100 static final int MSG_RELEASE_WAKE_LOCK = 5006; field in BluetoothMapService
286 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in startObexServerSessions()
288 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in startObexServerSessions()
345 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in stopObexServerSessions()
427 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in handleMessage()
429 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in handleMessage()
432 case MSG_RELEASE_WAKE_LOCK: in handleMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java111 static final int MSG_RELEASE_WAKE_LOCK = 5005; field in BluetoothPbapService
543 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in handleMessage()
545 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in handleMessage()
548 case MSG_RELEASE_WAKE_LOCK: in handleMessage()