Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java164 Message wakelockTimeoutMsg = Message.obtain(mHandler, mWakelockTimeout); in checkForAnyMotion() local
165 mHandler.sendMessageDelayed(wakelockTimeoutMsg, WAKELOCK_TIMEOUT_MILLIS); in checkForAnyMotion()