Searched refs:isSystemUser (Results 1 – 8 of 8) sorted by relevance
220 if (sSystemServicesProxy.isSystemUser(processUser)) { in onStart()250 if (sSystemServicesProxy.isSystemUser(currentUser)) { in showRecentApps()277 if (sSystemServicesProxy.isSystemUser(currentUser)) { in hideRecentApps()303 if (sSystemServicesProxy.isSystemUser(currentUser)) { in toggleRecentApps()328 if (sSystemServicesProxy.isSystemUser(currentUser)) { in preloadRecentApps()350 if (sSystemServicesProxy.isSystemUser(currentUser)) { in cancelPreloadRecentApps()394 if (sSystemServicesProxy.isSystemUser(currentUser)) { in splitPrimaryTask()458 if (sSystemServicesProxy.isSystemUser(currentUser)) { in onConfigurationChanged()483 if (ssp.isSystemUser(processUser)) { in onBusEvent()510 if (ssp.isSystemUser(processUser)) { in onBusEvent()[all …]
157 final boolean isSystemUser = in show()159 final boolean allowDismissKeyguard = !isSystemUser && activeUserId == keyguardUserId; in show()
739 boolean isSystemUser = UserManager.isSplitSystemUser() && userId == UserHandle.USER_SYSTEM; in isLockScreenDisabled()744 || (disabledByDefault && !isSystemUser) in isLockScreenDisabled()1649 if (!(getUserManager().isSystemUser() || getUserManager().isPrimaryUser())) { in setCredentialRequiredToDecrypt()
342 public boolean isSystemUser(int userId) { in isSystemUser() method in SystemServicesProxy
1430 public boolean isSystemUser() { in isSystemUser() method in UserManager
12380 HSPLandroid/os/UserManager;->isSystemUser()Z
35582 method public boolean isSystemUser();
35726 method public boolean isSystemUser();