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