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

  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 57 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005;
112 msg.what = MSG_ACQUIRE_WAKE_LOCK;
229 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
415 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 91 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005;
323 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
386 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]
BluetoothMnsObexClient.java 506 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK;
BluetoothMapObexServer.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 136 public static final int MSG_ACQUIRE_WAKE_LOCK = 5004;
518 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
708 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]

Completed in 253 milliseconds