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

  /packages/services/Car/service/src/com/android/car/
CarPowerManagementService.java 109 boolean isWakeupCausedByTimer();
426 if (mSystemInterface.isWakeupCausedByTimer()) {
716 public boolean isWakeupCausedByTimer() {
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/test/
CarPowerManagementServiceTest.java 337 public synchronized boolean isWakeupCausedByTimer() {
338 Log.i(TAG, "isWakeupCausedByTimer:" + mWakeupCausedByTimer);

Completed in 3132 milliseconds