Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverActivityTest.java213 assertThat(activity.getAdapter().getPlaceholderCount(), is(1)); in hasLastChosenActivity()
857 assertThat(activity.getAdapter().getPlaceholderCount(), is(2)); in testLayoutWithDefault_withWorkTab_neverShown()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DAbstractMultiProfilePagerAdapter.java589 return (count == 0 && listAdapter.getPlaceholderCount() == 0) in shouldShowEmptyStateScreen()
H A DResolverListAdapter.java119 public int getPlaceholderCount() { in getPlaceholderCount() method in ResolverListAdapter
H A DResolverActivity.java1792 && listAdapter.getCount() == 0 && listAdapter.getPlaceholderCount() == 0) {