Searched refs:activeUserId (Results 1 – 1 of 1) sorted by relevance
168 final int activeUserId = KeyguardUpdateMonitor.getCurrentUser(); in show() local170 UserManager.isSplitSystemUser() && activeUserId == UserHandle.USER_SYSTEM; in show()171 final boolean allowDismissKeyguard = !isSystemUser && activeUserId == keyguardUserId; in show()175 if (allowDismissKeyguard && mKeyguardViewController.dismiss(activeUserId)) { in show()181 Log.w(TAG, "User can't dismiss keyguard: " + activeUserId + " != " + keyguardUserId); in show()