Searched refs:isSystemUser (Results 1 – 7 of 7) sorted by relevance
219 if (sSystemServicesProxy.isSystemUser(processUser)) { in onStart()249 if (sSystemServicesProxy.isSystemUser(currentUser)) { in showRecentApps()276 if (sSystemServicesProxy.isSystemUser(currentUser)) { in hideRecentApps()302 if (sSystemServicesProxy.isSystemUser(currentUser)) { in toggleRecentApps()327 if (sSystemServicesProxy.isSystemUser(currentUser)) { in preloadRecentApps()349 if (sSystemServicesProxy.isSystemUser(currentUser)) { in cancelPreloadRecentApps()393 if (sSystemServicesProxy.isSystemUser(currentUser)) { in splitPrimaryTask()457 if (sSystemServicesProxy.isSystemUser(currentUser)) { in onConfigurationChanged()482 if (ssp.isSystemUser(processUser)) { in onBusEvent()509 if (ssp.isSystemUser(processUser)) { in onBusEvent()[all …]
152 final boolean isSystemUser = in show()154 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
1416 public boolean isSystemUser() { in isSystemUser() method in UserManager
12380 HSPLandroid/os/UserManager;->isSystemUser()Z
35283 method public boolean isSystemUser();