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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 124 public static final int MSG_ACQUIRE_WAKE_LOCK = 5004;
521 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
716 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 101 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005;
307 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
363 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]

Completed in 1328 milliseconds