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/map/
BluetoothMapService.java 93 public static final int MSG_RELEASE_WAKE_LOCK = 5006;
268 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
270 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
324 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
399 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
401 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
403 case MSG_RELEASE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 138 public static final int MSG_RELEASE_WAKE_LOCK = 5005;
507 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
509 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
519 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
718 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
720 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
722 case MSG_RELEASE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 58 public static final int MSG_RELEASE_WAKE_LOCK = 5006;
230 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
259 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
261 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
428 mSessionStatusHandler.removeMessages(MSG_RELEASE_WAKE_LOCK);
430 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
432 case MSG_RELEASE_WAKE_LOCK:
    [all...]

Completed in 471 milliseconds