Home
last modified time | relevance | path

Searched refs:shouldShowSummary (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowItemData.java45 public AppsRowItemData(Item item, ActionHandler actionHandler, boolean shouldShowSummary, in AppsRowItemData() argument
49 mSummary = shouldShowSummary ? item.getSummary() : null; in AppsRowItemData()
76 public AppData(AppItem item, ActionHandler actionHandler, boolean shouldShowSummary, in AppData() argument
78 super(item, actionHandler, shouldShowSummary, maybeShowBadge); in AppData()
97 public RootData(RootItem item, ActionHandler actionHandler, boolean shouldShowSummary, in RootData() argument
99 super(item, actionHandler, shouldShowSummary, maybeShowBadge); in RootData()
DAppsRowManager.java92 boolean shouldShowSummary = packageNameCount.get(item.getPackageName()) > 1; in updateList()
94 mDataList.add(new RootData((RootItem) item, mActionHandler, shouldShowSummary, in updateList()
97 mDataList.add(new AppData((AppItem) item, mActionHandler, shouldShowSummary, in updateList()