Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifPipeline.kt249 fun getInternalNotifUpdater(name: String?): InternalNotifUpdater { in getInternalNotifUpdater() method
250 return mNotifCollection.getInternalNotifUpdater(name) in getInternalNotifUpdater()
DNotifCollection.java995 public InternalNotifUpdater getInternalNotifUpdater(String name) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSmartReplyControllerTest.java92 when(notifPipeline.getInternalNotifUpdater(anyString())).thenReturn(mInternalNotifUpdater); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt100 mNotifUpdater = pipeline.getInternalNotifUpdater(TAG) in getLifetimeExtenders()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt91 `when`(pipeline.getInternalNotifUpdater(any())).thenReturn(notifUpdater) in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1521 InternalNotifUpdater updater = mCollection.getInternalNotifUpdater("Test"); in getInternalNotifUpdateRunnable()
1530 InternalNotifUpdater updater = mCollection.getInternalNotifUpdater("Test"); in testGetInternalNotifUpdaterPostsToMainHandler()