Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DCarUserNoticeService.java80 private static final long KEYGUARD_POLLING_INTERVAL_MS = 100; field in CarUserNoticeService
254 mMainHandler.postDelayed(mKeyguardPollingRunnable, KEYGUARD_POLLING_INTERVAL_MS); in checkKeyguardLockedWithPolling()