Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java138 private ArgumentCaptor<StatusBarStateController.StateListener> mStateListenerArgumentCaptor; field in NotificationStackScrollLayoutControllerTest
229 mStateListenerArgumentCaptor.capture(), anyInt()); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
231 mStateListenerArgumentCaptor.getValue(); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
253 mStateListenerArgumentCaptor.capture(), anyInt()); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
255 mStateListenerArgumentCaptor.getValue(); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
277 mStateListenerArgumentCaptor.capture(), anyInt()); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
279 mStateListenerArgumentCaptor.getValue(); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
322 mStateListenerArgumentCaptor.capture(), anyInt()); in testOnStatePostChange_verifyIfProfileIsPublic()
325 mStateListenerArgumentCaptor.getValue(); in testOnStatePostChange_verifyIfProfileIsPublic()