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/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 61 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005;
118 msg.what = MSG_ACQUIRE_WAKE_LOCK;
236 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
420 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 400 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK;
BluetoothMapService.java 89 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005;
308 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
368 case MSG_ACQUIRE_WAKE_LOCK:
    [all...]
BluetoothMapObexServer.java     [all...]

Completed in 1006 milliseconds