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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 143 private static final int RELEASE_WAKE_LOCK_DELAY = 10000;
514 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
731 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 105 private static final int RELEASE_WAKE_LOCK_DELAY = 10000;
255 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
383 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 65 * After an idle period of RELEASE_WAKE_LOCK_DELAY ms the wakelock is released.
72 private static final int RELEASE_WAKE_LOCK_DELAY = 1000;
270 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
435 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
    [all...]

Completed in 464 milliseconds