Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java102 .thenReturn(iteminfo -> iteminfo.componentName == null in privateProfileEnabled_allPrivateProfileViewsArePresent()
103 || !iteminfo.componentName.getPackageName() in privateProfileEnabled_allPrivateProfileViewsArePresent()
131 .thenReturn(iteminfo -> iteminfo.componentName == null in privateProfileEnabled_privateProfileAppsShownWithSeparator()
132 || !iteminfo.componentName.getPackageName() in privateProfileEnabled_privateProfileAppsShownWithSeparator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java242 ItemInfo iteminfo, View originalView) { in getScreenshotShortcut() argument
243 return new ScreenshotSystemShortcut(container, iteminfo, originalView); in getScreenshotShortcut()
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java463 return iteminfo -> iteminfo.componentName == null in splitIntoUserInstalledAndSystemApps()
464 || !iteminfo.componentName.getPackageName() in splitIntoUserInstalledAndSystemApps()