Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManagerTest.kt68 manager!!.getNumberOfBuckets() == 2) in testPeopleFilteringOff_newInterruptionModelOn()
78 manager!!.getNumberOfBuckets() == 5) in testPeopleFilteringOn_newInterruptionModelOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt71 fun getNumberOfBuckets(): Int { in getNumberOfBuckets() method in com.android.systemui.statusbar.notification.NotificationSectionsFeatureManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java54 int numberOfSections = sectionsFeatureManager.getNumberOfBuckets(); in NotificationRoundnessManager()
DNotificationSectionsManager.kt223 get() = sectionsFeatureManager.getNumberOfBuckets() > 1 in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java95 when(mSectionsFeatureManager.getNumberOfBuckets()).thenAnswer( in setUp()