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