Searched refs:activeUserId (Results 1 – 1 of 1) sorted by relevance
151 final int activeUserId = KeyguardUpdateMonitor.getCurrentUser(); in show() local153 UserManager.isSplitSystemUser() && activeUserId == UserHandle.USER_SYSTEM; in show()154 final boolean allowDismissKeyguard = !isSystemUser && activeUserId == keyguardUserId; in show()158 if (allowDismissKeyguard && mKeyguardView.dismiss(activeUserId)) { in show()164 Slog.w(TAG, "User can't dismiss keyguard: " + activeUserId + " != " + keyguardUserId); in show()