Lines Matching refs:time

535      * @param when The time of the user activity, in the {@link SystemClock#uptimeMillis()}
536 * time base. This timestamp is used to correctly order the user activity request with
569 * @param when The time of the user activity, in the {@link SystemClock#uptimeMillis()}
570 * time base. This timestamp is used to correctly order the user activity request with
598 * @param time The time when the request to go to sleep was issued, in the
599 * {@link SystemClock#uptimeMillis()} time base. This timestamp is used to correctly
608 public void goToSleep(long time) {
609 goToSleep(time, GO_TO_SLEEP_REASON_APPLICATION, 0);
621 * @param time The time when the request to go to sleep was issued, in the
622 * {@link SystemClock#uptimeMillis()} time base. This timestamp is used to correctly
633 public void goToSleep(long time, int reason, int flags) {
635 mService.goToSleep(time, reason, flags);
649 * @param time The time when the request to wake up was issued, in the
650 * {@link SystemClock#uptimeMillis()} time base. This timestamp is used to correctly
659 public void wakeUp(long time) {
661 mService.wakeUp(time, "wakeUp", mContext.getOpPackageName());
669 public void wakeUp(long time, String reason) {
671 mService.wakeUp(time, reason, mContext.getOpPackageName());
687 * @param time The time when the request to nap was issued, in the
688 * {@link SystemClock#uptimeMillis()} time base. This timestamp is used to correctly
697 public void nap(long time) {
699 mService.nap(time);
706 * period of time. This is used to make the screen more readable in bright
712 * @param time The time when the request to boost was issued, in the
713 * {@link SystemClock#uptimeMillis()} time base. This timestamp is used to correctly
719 public void boostScreenBrightness(long time) {
721 mService.boostScreenBrightness(time);
888 * has been sitting unused and unmoving for a sufficiently long period of time, so that