Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/
DMultiProfilePagerAdapter.java688 AtomicBoolean anyEmpty = new AtomicBoolean(false); in shouldShowEmptyStateScreenInAnyInactiveAdapter() local
692 anyEmpty.set(true); in shouldShowEmptyStateScreenInAnyInactiveAdapter()
695 return anyEmpty.get(); in shouldShowEmptyStateScreenInAnyInactiveAdapter()