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/map/
BluetoothMapService.java 111 private static final int RELEASE_WAKE_LOCK_DELAY = 10000;
270 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
401 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 160 private static final int RELEASE_WAKE_LOCK_DELAY = 10000;
509 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
720 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 63 * After an idle period of RELEASE_WAKE_LOCK_DELAY ms the wakelock is released.
70 private static final int RELEASE_WAKE_LOCK_DELAY = 1000;
261 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
430 .obtainMessage(MSG_RELEASE_WAKE_LOCK), RELEASE_WAKE_LOCK_DELAY);
    [all...]

Completed in 186 milliseconds