Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt177 verify(iStatusBarService).onPanelRevealed(any(), any()) in lockscreenShadeInteractive_statusBarServiceNotified()
210 verify(iStatusBarService).onPanelRevealed(shouldClearNotifEffects.capture(), any()) in lockscreenShadeInteractive_presenterCollapsed_notifEffectsNotCleared()
225 verify(iStatusBarService).onPanelRevealed(shouldClearNotifEffects.capture(), any()) in lockscreenShadeInteractive_nullPresenter_notifEffectsNotCleared()
240 verify(iStatusBarService).onPanelRevealed(shouldClearNotifEffects.capture(), any()) in lockscreenShadeInteractive_stateKeyguard_notifEffectsNotCleared()
255 verify(iStatusBarService).onPanelRevealed(shouldClearNotifEffects.capture(), any()) in lockscreenShadeInteractive_stateShade_presenterNotCollapsed_notifEffectsCleared()
270 verify(iStatusBarService).onPanelRevealed(shouldClearNotifEffects.capture(), any()) in lockscreenShadeInteractive_stateShadeLocked_presenterNotCollapsed_notifEffectsCleared()
287 verify(iStatusBarService).onPanelRevealed(any(), notifCount.capture()) in lockscreenShadeInteractive_hasHeadsUpAndNotifPresenterCollapsed_flagOff_notifCountOne()
304 verify(iStatusBarService).onPanelRevealed(any(), notifCount.capture()) in lockscreenShadeInteractive_hasHeadsUpAndNotifPresenterCollapsed_flagOn_notifCountOne()
319 verify(iStatusBarService).onPanelRevealed(any(), notifCount.capture()) in lockscreenShadeInteractive_hasHeadsUpAndNullPresenter_notifCountOne()
336 verify(iStatusBarService).onPanelRevealed(any(), notifCount.capture()) in lockscreenShadeInteractive_noHeadsUp_flagOff_notifCountMatchesNotifController()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepository.kt53 statusBarService.onPanelRevealed(shouldClearNotificationEffects, notificationCount) in onLockscreenOrShadeInteractive()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepositoryTest.kt61 verify(iStatusBarService).onPanelRevealed(true, 3) in onLockscreenOrShadeInteractive_statusBarServiceNotified()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java42 void onPanelRevealed(boolean clearEffects, int numItems); in onPanelRevealed() method
DNotificationManagerService.java1382 public void onPanelRevealed(boolean clearEffects, int items) {
1391 mAssistants.onPanelRevealed(items);
10983 protected void onPanelRevealed(int items) {
10990 assistant.onPanelRevealed(items);
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl53 void onPanelRevealed(int items); in onPanelRevealed() method
DNotificationAssistantService.java227 public void onPanelRevealed(int items) { in onPanelRevealed() method in NotificationAssistantService
427 public void onPanelRevealed(int items) { in onPanelRevealed() method in NotificationAssistantService.NotificationAssistantServiceWrapper
623 onPanelRevealed(items); in handleMessage()
DNotificationListenerService.java1571 public void onPanelRevealed(int items) throws RemoteException { in onPanelRevealed() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl71 void onPanelRevealed(boolean clearNotificationEffects, int numItems); in onPanelRevealed() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1598 public void onPanelRevealed(boolean clearNotificationEffects, int numItems) { in onPanelRevealed() method in StatusBarManagerService
1602 mNotificationDelegate.onPanelRevealed(clearNotificationEffects, numItems); in onPanelRevealed()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java8744 mService.mNotificationDelegate.onPanelRevealed(false, items); in testOnPanelRevealedAndHidden()
8745 verify(mAssistants, times(1)).onPanelRevealed(eq(items)); in testOnPanelRevealedAndHidden()
/frameworks/base/core/api/
Dsystem-current.txt12910 method public void onPanelRevealed(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt82444 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onPanelRevealed(ZI)V
82527 Lcom/android/internal/statusbar/IStatusBarService;->onPanelRevealed(ZI)V