HomeSort by relevance Sort by last modified time
    Searched refs:MSG_RELEASE_WAKE_LOCK (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 128 public static final int MSG_RELEASE_WAKE_LOCK = 5005;
512 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
514 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
525 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
729 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
731 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
733 case MSG_RELEASE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 61 public static final int MSG_RELEASE_WAKE_LOCK = 5006;
238 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
267 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
269 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
432 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
434 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
436 case MSG_RELEASE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 94 public static final int MSG_RELEASE_WAKE_LOCK = 5006;
275 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
277 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
331 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
406 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
408 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
410 case MSG_RELEASE_WAKE_LOCK:
    [all...]

Completed in 44 milliseconds