Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAbstractMultiProfilePagerAdapter.java314 private boolean rebuildTab(ResolverListAdapter activeListAdapter, boolean doPostProcessing) { in rebuildTab() argument
315 if (shouldShowNoCrossProfileIntentsEmptyState(activeListAdapter)) { in rebuildTab()
316 activeListAdapter.postListReadyRunnable(doPostProcessing, /* rebuildCompleted */ true); in rebuildTab()
319 return activeListAdapter.rebuildList(doPostProcessing); in rebuildTab()
323 ResolverListAdapter activeListAdapter) { in shouldShowNoCrossProfileIntentsEmptyState() argument
324 UserHandle listUserHandle = activeListAdapter.getUserHandle(); in shouldShowNoCrossProfileIntentsEmptyState()
327 && !mInjector.hasCrossProfileIntents(activeListAdapter.getIntents(), in shouldShowNoCrossProfileIntentsEmptyState()
336 ResolverListAdapter activeListAdapter, View.OnClickListener listener); in showWorkProfileOffEmptyState() argument
339 ResolverListAdapter activeListAdapter); in showNoPersonalToWorkIntentsEmptyState() argument
342 ResolverListAdapter activeListAdapter); in showNoPersonalAppsAvailableEmptyState() argument
[all …]
DChooserMultiProfilePagerAdapter.java180 protected void showWorkProfileOffEmptyState(ResolverListAdapter activeListAdapter, in showWorkProfileOffEmptyState() argument
182 showEmptyState(activeListAdapter, in showWorkProfileOffEmptyState()
190 protected void showNoPersonalToWorkIntentsEmptyState(ResolverListAdapter activeListAdapter) { in showNoPersonalToWorkIntentsEmptyState() argument
192 showEmptyState(activeListAdapter, in showNoPersonalToWorkIntentsEmptyState()
197 showEmptyState(activeListAdapter, in showNoPersonalToWorkIntentsEmptyState()
205 protected void showNoWorkToPersonalIntentsEmptyState(ResolverListAdapter activeListAdapter) { in showNoWorkToPersonalIntentsEmptyState() argument
207 showEmptyState(activeListAdapter, in showNoWorkToPersonalIntentsEmptyState()
212 showEmptyState(activeListAdapter, in showNoWorkToPersonalIntentsEmptyState()
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()
DResolverActivity.java1543 ResolverListAdapter activeListAdapter = mMultiProfilePagerAdapter.getActiveListAdapter();
1544 int count = activeListAdapter.getUnfilteredCount();
1553 TargetInfo activeProfileTarget = activeListAdapter
1570 .setBoolean(activeListAdapter.getUserHandle()
1754 ResolverListAdapter activeListAdapter = mMultiProfilePagerAdapter.getActiveListAdapter();
1755 if (!mMultiProfilePagerAdapter.shouldShowEmptyStateScreen(activeListAdapter)) {
1756 addUseDifferentAppLabelIfNecessary(activeListAdapter);
1831 ResolverListAdapter activeListAdapter =
1840 if (activeListAdapter.isTabLoaded()
1841 && mMultiProfilePagerAdapter.shouldShowEmptyStateScreen(activeListAdapter)
[all …]