Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java60 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in SapService
120 msg.what = MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
237 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK); in closeService()
419 case MSG_ACQUIRE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java126 public static final int MSG_ACQUIRE_WAKE_LOCK = 5004; field in BluetoothPbapService
524 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK); in stopObexServerSession()
719 case MSG_ACQUIRE_WAKE_LOCK:
DBluetoothPbapObexServer.java1105 msg.what = BluetoothPbapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java92 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in BluetoothMapService
330 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK); in stopObexServerSessions()
393 case MSG_ACQUIRE_WAKE_LOCK: in handleMessage()
DBluetoothMnsObexClient.java506 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMapObexServer.java1589 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()