Home
last modified time | relevance | path

Searched refs:activeListAdapter (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DAbstractMultiProfilePagerAdapter.java319 return activeListAdapter.rebuildList(doPostProcessing); in rebuildTab()
323 ResolverListAdapter activeListAdapter) { in shouldShowNoCrossProfileIntentsEmptyState() argument
324 UserHandle listUserHandle = activeListAdapter.getUserHandle(); in shouldShowNoCrossProfileIntentsEmptyState()
339 ResolverListAdapter activeListAdapter); in showNoPersonalToWorkIntentsEmptyState() argument
342 ResolverListAdapter activeListAdapter); in showNoPersonalAppsAvailableEmptyState() argument
345 ResolverListAdapter activeListAdapter); in showNoWorkAppsAvailableEmptyState() argument
348 ResolverListAdapter activeListAdapter); in showNoWorkToPersonalIntentsEmptyState() argument
464 protected void showEmptyState(ResolverListAdapter activeListAdapter, in showEmptyState() argument
469 protected void showEmptyState(ResolverListAdapter activeListAdapter, in showEmptyState() argument
501 activeListAdapter.markTabLoaded(); in showEmptyState()
[all …]
H A DChooserMultiProfilePagerAdapter.java183 protected void showWorkProfileOffEmptyState(ResolverListAdapter activeListAdapter, in showWorkProfileOffEmptyState() argument
185 showEmptyState(activeListAdapter, in showWorkProfileOffEmptyState()
193 protected void showNoPersonalToWorkIntentsEmptyState(ResolverListAdapter activeListAdapter) { in showNoPersonalToWorkIntentsEmptyState() argument
195 showEmptyState(activeListAdapter, in showNoPersonalToWorkIntentsEmptyState()
200 showEmptyState(activeListAdapter, in showNoPersonalToWorkIntentsEmptyState()
208 protected void showNoWorkToPersonalIntentsEmptyState(ResolverListAdapter activeListAdapter) { in showNoWorkToPersonalIntentsEmptyState() argument
210 showEmptyState(activeListAdapter, in showNoWorkToPersonalIntentsEmptyState()
215 showEmptyState(activeListAdapter, in showNoWorkToPersonalIntentsEmptyState()
H A DResolverMultiProfilePagerAdapter.java195 protected void showWorkProfileOffEmptyState(ResolverListAdapter activeListAdapter, in showWorkProfileOffEmptyState() argument
197 showEmptyState(activeListAdapter, in showWorkProfileOffEmptyState()
205 protected void showNoPersonalToWorkIntentsEmptyState(ResolverListAdapter activeListAdapter) { in showNoPersonalToWorkIntentsEmptyState() argument
206 showEmptyState(activeListAdapter, in showNoPersonalToWorkIntentsEmptyState()
213 protected void showNoWorkToPersonalIntentsEmptyState(ResolverListAdapter activeListAdapter) { in showNoWorkToPersonalIntentsEmptyState() argument
214 showEmptyState(activeListAdapter, in showNoWorkToPersonalIntentsEmptyState()
H A DResolverActivity.java1540 int count = activeListAdapter.getUnfilteredCount();
1549 TargetInfo activeProfileTarget = activeListAdapter
1566 .setBoolean(activeListAdapter.getUserHandle()
1751 if (!mMultiProfilePagerAdapter.shouldShowEmptyStateScreen(activeListAdapter)) {
1752 addUseDifferentAppLabelIfNecessary(activeListAdapter);
1827 ResolverListAdapter activeListAdapter =
1836 if (activeListAdapter.isTabLoaded()
1837 && mMultiProfilePagerAdapter.shouldShowEmptyStateScreen(activeListAdapter)
1949 ResolverListAdapter activeListAdapter =
1951 activeListAdapter.notifyDataSetChanged();
[all …]