Home
last modified time | relevance | path

Searched refs:MSG_ACQUIRE_WAKE_LOCK (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java65 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in SapService
126 msg.what = MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
258 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK); in closeService()
464 case MSG_ACQUIRE_WAKE_LOCK:
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java99 static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in BluetoothMapService
344 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK); in stopObexServerSessions()
413 case MSG_ACQUIRE_WAKE_LOCK: in handleMessage()
DBluetoothMnsObexClient.java580 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMapObexServer.java2237 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java110 static final int MSG_ACQUIRE_WAKE_LOCK = 5004; field in BluetoothPbapService
526 case MSG_ACQUIRE_WAKE_LOCK: in handleMessage()
DPbapStateMachine.java381 mServiceHandler.obtainMessage(BluetoothPbapService.MSG_ACQUIRE_WAKE_LOCK)); in startObexServerSession()
DBluetoothPbapObexServer.java1733 msg.what = BluetoothPbapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()