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.java59 public static final int MSG_RELEASE_WAKE_LOCK = 5006; field in SapService
249 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in closeService()
282 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in startSapServerSession()
284 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in startSapServerSession()
472 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
474 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK),
477 case MSG_RELEASE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java94 static final int MSG_RELEASE_WAKE_LOCK = 5006; field in BluetoothMapService
272 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in startObexServerSessions()
274 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in startObexServerSessions()
333 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in stopObexServerSessions()
413 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in handleMessage()
415 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in handleMessage()
418 case MSG_RELEASE_WAKE_LOCK: in handleMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java119 static final int MSG_RELEASE_WAKE_LOCK = 5005; field in BluetoothPbapService
381 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK); in handleMessage()
383 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in handleMessage()
386 case MSG_RELEASE_WAKE_LOCK: in handleMessage()