Home
last modified time | relevance | path

Searched refs:isAlwaysVisible (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserVisibilityMediator.java235 int displayId, boolean isAlwaysVisible) { in assignUserToDisplayOnStart() argument
253 = resolveProfileGroupId(userId, unResolvedProfileGroupId, isAlwaysVisible); in assignUserToDisplayOnStart()
345 boolean isAlwaysVisible) { in resolveProfileGroupId() argument
347 if (isAlwaysVisible) { in resolveProfileGroupId()
DUserManagerService.java7823 final boolean isAlwaysVisible = properties != null && properties.getAlwaysVisible();
7826 userStartMode, displayId, isAlwaysVisible);