Home
last modified time | relevance | path

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

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