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