Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java58 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in SapService
115 msg.what = MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
248 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK); in closeService()
456 case MSG_ACQUIRE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java116 static final int MSG_ACQUIRE_WAKE_LOCK = 5004; field in BluetoothPbapService
369 case MSG_ACQUIRE_WAKE_LOCK: in handleMessage()
DPbapStateMachine.java334 mServiceHandler.obtainMessage(BluetoothPbapService.MSG_ACQUIRE_WAKE_LOCK)); in startObexServerSession()
DBluetoothPbapObexServer.java1394 msg.what = BluetoothPbapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java88 static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in BluetoothMapService
326 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK); in stopObexServerSessions()
391 case MSG_ACQUIRE_WAKE_LOCK: in handleMessage()
DBluetoothMnsObexClient.java558 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMapObexServer.java1875 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()