Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManagerTest.java364 INCOMING_HEADER, in testPeopleFiltering_PersonHunWhileAlertingHunVisible()
415 INCOMING_HEADER, in testPeopleFiltering_Fsn()
479 INCOMING_HEADER, in testRemoveNonSilentHeader()
510 INCOMING_HEADER, in testExpandIncomingSection()
560 INCOMING_HEADER, MEDIA_CONTROLS, PEOPLE_HEADER, ALERTING_HEADER, GENTLE_HEADER, HEADS_UP, enumConstant
570 case INCOMING_HEADER: in setStackState()
636 actual.add(ChildType.INCOMING_HEADER); in verifyMockStack()
717 case INCOMING_HEADER: in setupMockStack()
756 private static final StackEntry INCOMING_HEADER = new StackEntry(ChildType.INCOMING_HEADER); field in NotificationSectionsManagerTest