Searched refs:hasPrivateProfile (Results 1 – 4 of 4) sorted by relevance
93 if (mViewModel.hasPrivateProfile()) { in onActivityCreated()111 boolean hasPrivateProfile = mViewModel.hasPrivateProfile(); in onRoleListChanged()113 if (hasPrivateProfile) { in onRoleListChanged()158 if (hasPrivateProfile && !privateRoleItems.isEmpty()) { in onRoleListChanged()
110 public boolean hasPrivateProfile() { in hasPrivateProfile() method in DefaultAppListViewModel
246 launcher -> launcher.getAppsView().hasPrivateProfile(), in waitForPrivateSpaceSetup()252 launcher -> !launcher.getAppsView().hasPrivateProfile(), in waitForPrivateSpaceRemoval()
980 public boolean hasPrivateProfile() { in hasPrivateProfile() method in ActivityAllAppsContainerView