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/map/
BluetoothMapService.java 91 public static final int MSG_RELEASE_WAKE_LOCK = 5006;
253 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
255 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
309 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
381 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
383 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
385 case MSG_RELEASE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 62 public static final int MSG_RELEASE_WAKE_LOCK = 5006;
237 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
268 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
270 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
433 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
435 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
437 case MSG_RELEASE_WAKE_LOCK:
    [all...]

Completed in 263 milliseconds