Home
last modified time | relevance | path

Searched refs:PRIVATE_PROFILE_INSTALL (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java185 SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL in testPrivateProfileInstallwithTargetComponentNull()
199 SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL in testPrivateProfileInstallNotAllAppsContainer()
215 SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL in testPrivateProfileInstallNullPrivateProfileManager()
231 SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL in testPrivateProfileInstallPrivateProfileManagerDisabled()
248 SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL in testPrivateProfileInstallNullPrivateProfileUser()
269 SystemShortcut systemShortcut = SystemShortcut.PRIVATE_PROFILE_INSTALL in testPrivateProfileInstallNonNullPrivateProfileUser()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java204 public static final Factory<ActivityContext> PRIVATE_PROFILE_INSTALL = field in SystemShortcut
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java50 import static com.android.launcher3.popup.SystemShortcut.PRIVATE_PROFILE_INSTALL;
454 shortcuts.add(PRIVATE_PROFILE_INSTALL); in getSupportedShortcuts()