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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 102 public static final int MSG_RELEASE_WAKE_LOCK = 5005;
313 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
315 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
326 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
486 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
488 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
490 case MSG_RELEASE_WAKE_LOCK:
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 126 public static final int MSG_RELEASE_WAKE_LOCK = 5005;
479 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
481 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
492 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
685 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
687 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
689 case MSG_RELEASE_WAKE_LOCK:

Completed in 87 milliseconds