Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationSectionsFeatureManagerTest.kt66 manager!!.getNumberOfBuckets() == 2)
76 manager!!.getNumberOfBuckets() == 5)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationSectionsFeatureManager.kt69 fun getNumberOfBuckets(): Int { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java64 int numberOfSections = sectionsFeatureManager.getNumberOfBuckets(); in NotificationRoundnessManager()
H A DNotificationSectionsManager.kt183 get() = sectionsFeatureManager.getNumberOfBuckets() > 1
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManagerTest.java100 when(mSectionsFeatureManager.getNumberOfBuckets()).thenAnswer( in setUp()