Home
last modified time | relevance | path

Searched refs:activatedTimeElapsed (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java721 && now - Math.max(mMotionListener.activatedTimeElapsed, mLastMotionEventElapsed) in isStationaryLocked()
783 long activatedTimeElapsed; field in DeviceIdleController.MotionListener
823 activatedTimeElapsed = mInjector.getElapsedRealtime(); in registerLocked()
4959 pw.println(mMotionListener.activatedTimeElapsed); in dump()