Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java42 public boolean mIsPanelOpen = false; field in TestNotificationAssistant
77 mIsPanelOpen = false; in resetData()
170 mIsPanelOpen = false; in onPanelHidden()
175 mIsPanelOpen = true; in onPanelRevealed()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java565 assertTrue(mNotificationAssistantService.mIsPanelOpen); in testOnNotificationVisibilityChanged()
571 assertFalse(mNotificationAssistantService.mIsPanelOpen); in testOnNotificationVisibilityChanged()