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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 126 public static final int MSG_ACQUIRE_WAKE_LOCK = 5004;
524 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
719 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 60 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005;
120 msg.what = MSG_ACQUIRE_WAKE_LOCK;
237 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
419 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 92 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005;
330 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
393 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]

Completed in 714 milliseconds