Home
last modified time | relevance | path

Searched refs:mMaybeShowBadge (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DAppsRowManagerTest.java70 private boolean mMaybeShowBadge; field in AppsRowManagerTest
126 return new AppsRowManager(mActionHandler, mMaybeShowBadge, mTestUserManagerState, in getAppsRowManager()
132 return new AppsRowManager(mActionHandler, mMaybeShowBadge, mTestUserIdManager, in getAppsRowManager()
140 rootList.add(new RootItem(TestProvidersAccess.INSPECTOR, mActionHandler, mMaybeShowBadge)); in testUpdateList_byRootItem()
141 rootList.add(new RootItem(TestProvidersAccess.PICKLES, mActionHandler, mMaybeShowBadge)); in testUpdateList_byRootItem()
143 mMaybeShowBadge)); in testUpdateList_byRootItem()
145 mMaybeShowBadge)); in testUpdateList_byRootItem()
167 new RootItem(TestProvidersAccess.INSPECTOR, mActionHandler, mMaybeShowBadge)); in testUpdateList_byHybridItem()
187 rootList.add(new RootItem(TestProvidersAccess.INSPECTOR, mActionHandler, mMaybeShowBadge)); in testUpdateView_matchedState_showRow()
202 rootList.add(new RootItem(TestProvidersAccess.INSPECTOR, mActionHandler, mMaybeShowBadge)); in testUpdateView_showSelectedUserItems()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowManager.java53 private final boolean mMaybeShowBadge; field in AppsRowManager
62 mMaybeShowBadge = maybeShowBadge; in AppsRowManager()
72 mMaybeShowBadge = maybeShowBadge; in AppsRowManager()
95 mMaybeShowBadge)); in updateList()
98 mMaybeShowBadge)); in updateList()
DAppsRowItemData.java43 protected final boolean mMaybeShowBadge; field in AppsRowItemData
51 mMaybeShowBadge = maybeShowBadge; in AppsRowItemData()
105 return mRootInfo.loadIcon(context, mMaybeShowBadge); in getIconDrawable()
DIconHelper.java70 private final boolean mMaybeShowBadge; field in IconHelper
96 mMaybeShowBadge = maybeShowBadge; in IconHelper()
257 return IconUtils.loadPackageIcon(context, userId, authority, icon, mMaybeShowBadge); in getDocumentIcon()
276 return mMaybeShowBadge in shouldShowBadge()
280 return mMaybeShowBadge && mManagedUser != null in shouldShowBadge()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootItem.java54 protected final boolean mMaybeShowBadge; field in RootItem
67 mMaybeShowBadge = maybeShowBadge; in RootItem()
120 bindIcon(view, root.loadDrawerIcon(view.getContext(), mMaybeShowBadge)); in bindIconAndTitle()
219 RootItem stub = new RootItem(stubRootInfo, item.mActionHandler, item.mMaybeShowBadge); in createStubItem()