Searched refs:activeListAdapter (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | AbstractMultiProfilePagerAdapter.java | 314 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 …]
|
D | ChooserMultiProfilePagerAdapter.java | 183 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()
|
D | ResolverMultiProfilePagerAdapter.java | 195 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()
|
D | ResolverActivity.java | 1539 ResolverListAdapter activeListAdapter = mMultiProfilePagerAdapter.getActiveListAdapter(); 1540 int count = activeListAdapter.getUnfilteredCount(); 1549 TargetInfo activeProfileTarget = activeListAdapter 1566 .setBoolean(activeListAdapter.getUserHandle() 1750 ResolverListAdapter activeListAdapter = mMultiProfilePagerAdapter.getActiveListAdapter(); 1751 if (!mMultiProfilePagerAdapter.shouldShowEmptyStateScreen(activeListAdapter)) { 1752 addUseDifferentAppLabelIfNecessary(activeListAdapter); 1827 ResolverListAdapter activeListAdapter = 1836 if (activeListAdapter.isTabLoaded() 1837 && mMultiProfilePagerAdapter.shouldShowEmptyStateScreen(activeListAdapter) [all …]
|