Searched refs:WAKEUP_INTERNAL (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DWakeLoopService.java37 static final String WAKEUP_INTERNAL = "WAKEUP_INTERVAL"; field in class:WakeLoopService
62 long wakeupInterval = intent.getLongExtra(WAKEUP_INTERNAL, 0);
79 .putExtra(WAKEUP_INTERNAL, wakeupInterval)
H A DWakeUpCall.java50 long wakeupInterval = intent.getLongExtra(WakeLoopService.WAKEUP_INTERNAL, 0);

Completed in 83 milliseconds