Home
last modified time | relevance | path

Searched refs:hasPrivateProfile (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
DDefaultAppListChildFragment.java93 if (mViewModel.hasPrivateProfile()) { in onActivityCreated()
111 boolean hasPrivateProfile = mViewModel.hasPrivateProfile(); in onRoleListChanged()
113 if (hasPrivateProfile) { in onRoleListChanged()
158 if (hasPrivateProfile && !privateRoleItems.isEmpty()) { in onRoleListChanged()
DDefaultAppListViewModel.java110 public boolean hasPrivateProfile() { in hasPrivateProfile() method in DefaultAppListViewModel
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplPrivateSpaceTest.java246 launcher -> launcher.getAppsView().hasPrivateProfile(), in waitForPrivateSpaceSetup()
252 launcher -> !launcher.getAppsView().hasPrivateProfile(), in waitForPrivateSpaceRemoval()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java980 public boolean hasPrivateProfile() { in hasPrivateProfile() method in ActivityAllAppsContainerView