Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAbstractMultiProfilePagerAdapter.java436 return (count == 0 && listAdapter.getPlaceholderCount() == 0) in shouldShowEmptyStateScreen()
DResolverListAdapter.java132 public int getPlaceholderCount() { in getPlaceholderCount() method in ResolverListAdapter
DResolverActivity.java2265 && listAdapter.getCount() == 0 && listAdapter.getPlaceholderCount() == 0) {
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java232 assertThat(activity.getAdapter().getPlaceholderCount(), is(1)); in hasLastChosenActivity()
948 assertThat(activity.getAdapter().getPlaceholderCount(), is(2)); in testLayoutWithDefault_withWorkTab_neverShown()
1021 assertThat(activity.getAdapter().getPlaceholderCount(), is(2)); in testClonedProfilePresent_layoutWithDefault_neverShown()