Searched refs:iteminfo (Results 1 – 3 of 3) sorted by relevance
102 .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()
242 ItemInfo iteminfo, View originalView) { in getScreenshotShortcut() argument243 return new ScreenshotSystemShortcut(container, iteminfo, originalView); in getScreenshotShortcut()
463 return iteminfo -> iteminfo.componentName == null in splitIntoUserInstalledAndSystemApps()464 || !iteminfo.componentName.getPackageName() in splitIntoUserInstalledAndSystemApps()