Home | History | Annotate | Download | only in server

Lines Matching full:timems

483         long timeMs = getMaximumTimeToLock(null);
484 if (timeMs <= 0) {
485 timeMs = Integer.MAX_VALUE;
488 getIPowerManager().setMaximumScreenOffTimeount((int)timeMs);
790 public void setMaximumTimeToLock(ComponentName who, long timeMs) {
797 if (ap.maximumTimeToUnlock != timeMs) {
798 ap.maximumTimeToUnlock = timeMs;
804 timeMs = getMaximumTimeToLock(null);
805 if (timeMs <= 0) {
806 timeMs = Integer.MAX_VALUE;
810 getIPowerManager().setMaximumScreenOffTimeount((int)timeMs);