Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java970 if (shouldLockKeyguard(userId)) { in lockKeyguardIfNeeded()
977 private boolean shouldLockKeyguard(int userId) { in shouldLockKeyguard() method in LockTaskController