Searched refs:shouldShowSummary (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | AppsRowItemData.java | 45 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()
|
D | AppsRowManager.java | 92 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()
|