/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | ExpansionStateLoggerTest.java | 54 private IStatusBarService mBarService; field in ExpansionStateLoggerTest 61 mLogger.mBarService = mBarService; in setUp() 71 verify(mBarService, Mockito.never()).onNotificationExpansionChanged( in testVisible() 81 verify(mBarService, Mockito.never()).onNotificationExpansionChanged( in testExpanded() 94 verify(mBarService, Mockito.never()).onNotificationExpansionChanged( in testVisibleAndNotExpanded() 107 verify(mBarService).onNotificationExpansionChanged( in testVisibleAndExpanded() 122 verify(mBarService).onNotificationExpansionChanged( in testExpandedAndVisible_expandedBeforeVisible() 138 verify(mBarService).onNotificationExpansionChanged( in testExpandedAndVisible_visibleBeforeExpanded() 155 verify(mBarService).onNotificationExpansionChanged( in testExpandedAndVisible_logOnceOnly() 168 verify(mBarService).onNotificationExpansionChanged( in testOnEntryUpdated() [all …]
|
D | NotificationLoggerTest.java | 98 @Mock private IStatusBarService mBarService; field in NotificationLoggerTest 136 new WindowRootViewVisibilityRepository(mBarService, mUiBgExecutor), in setUp() 163 mBarService, in setUp() 193 ).when(mBarService).onNotificationVisibilityChanged(any(NotificationVisibility[].class), in testOnChildLocationsChangedReportsVisibilityChanged() 207 Mockito.reset(mBarService); in testOnChildLocationsChangedReportsVisibilityChanged() 212 verify(mBarService, never()).onNotificationVisibilityChanged(any(), any()); in testOnChildLocationsChangedReportsVisibilityChanged() 223 Mockito.reset(mBarService); in testStoppingNotificationLoggingReportsCurrentNotifications() 234 verify(mBarService, times(1)).onNotificationVisibilityChanged(any(), any()); in testStoppingNotificationLoggingReportsCurrentNotifications() 338 mBarService = barService; in TestableNotificationLogger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsComponent.java | 46 private IStatusBarService mBarService; field in GlobalActionsComponent 62 mBarService = IStatusBarService.Stub.asInterface( in start() 94 mBarService.onGlobalActionsShown(); in onGlobalActionsShown() 103 mBarService.onGlobalActionsHidden(); in onGlobalActionsHidden() 111 mBarService.shutdown(); in shutdown() 119 mBarService.reboot(safeMode); in reboot()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 40 private final IStatusBarService mBarService; field in SmartReplyController 54 mBarService = statusBarService; in SmartReplyController() 72 mBarService.onNotificationSmartReplySent(entry.getSbn().getKey(), replyIndex, reply, in smartReplySent() 104 mBarService.onNotificationSmartSuggestionsAdded(entry.getSbn().getKey(), replyCount, in smartSuggestionsAdded()
|
D | NotificationRemoteInputManager.java | 115 protected IStatusBarService mBarService; field in NotificationRemoteInputManager 283 mBarService = IStatusBarService.Stub.asInterface( in NotificationRemoteInputManager() 302 mBarService.clearNotificationEffects(); in onShadeOrQsExpanded() 343 mBarService.onNotificationDirectReplied(entry.getSbn().getKey()); in setUpWithCallback() 348 mBarService.onNotificationSmartReplySent( in setUpWithCallback()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 94 protected IStatusBarService mBarService; field in NotificationLogger 222 mBarService = IStatusBarService.Stub.asInterface( in NotificationLogger() 324 mBarService.onNotificationVisibilityChanged(newlyVisibleAr, noLongerVisibleAr); in logNotificationVisibilityChanges() 445 IStatusBarService mBarService; field in NotificationLogger.ExpansionStateLogger 450 mBarService = in ExpansionStateLogger() 529 mBarService.onNotificationExpansionChanged(key, stateToBeLogged.mIsUserAction, in maybeNotifyOnNotificationExpansionChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenter.java | 102 private final IStatusBarService mBarService; field in StatusBarNotificationPresenter 160 mBarService = IStatusBarService.Stub.asInterface( in StatusBarNotificationPresenter() 281 mBarService.onNotificationSettingsViewed(key);
|
D | CentralSurfacesImpl.java | 892 mBarService = IStatusBarService.Stub.asInterface( in start() 900 result = mBarService.registerStatusBar(mCommandQueue); in start() 1015 mBarService.disable(DISABLE_HOME, token, mContext.getPackageName()); in start() 1016 mBarService.disable(0, token, mContext.getPackageName()); in start() 2853 protected IStatusBarService mBarService; 2955 mBarService.clearNotificationEffects(); in clearNotificationEffects()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 104 private final IStatusBarService mBarService; field in BubblesManager 215 mBarService = statusBarService == null in BubblesManager() 606 mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags); 639 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 145 @Mock private IStatusBarService mBarService; field in NotificationGutsManagerTest 178 new WindowRootViewVisibilityRepository(mBarService, mExecutor), in setUp() 208 mBarService, in setUp()
|
D | NotificationGutsManagerWithScenesTest.kt | 117 private val mBarService = kosmos.statusBarService in <lambda>() constant 153 WindowRootViewVisibilityRepository(mBarService, executor), in <lambda>() 184 mBarService, in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleController.java | 189 private final IStatusBarService mBarService; field in BubbleController 313 mBarService = statusBarService == null in BubbleController() 604 mBarService.hideCurrentInputMethodForBubbles(displayId); in hideCurrentInputMethod() 659 mBarService.onBubbleMetadataFlagChanged(bubble.getKey(), bubble.getFlags()); in onBubbleMetadataFlagChanged() 1826 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImplTest.java | 255 @Mock private IStatusBarService mBarService; field in CentralSurfacesImplTest 621 mCentralSurfaces.mBarService = mBarService; in createCentralSurfaces()
|