Home
last modified time | relevance | path

Searched refs:onInternalNotificationUpdate (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt147 mNotifUpdater.onInternalNotificationUpdate(newSbn,
190 mNotifUpdater.onInternalNotificationUpdate(newSbn,
206 mNotifUpdater.onInternalNotificationUpdate(newSbn,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DInternalNotifUpdater.java36 void onInternalNotificationUpdate(StatusBarNotification sbn, String reason); in onInternalNotificationUpdate() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java121 verify(mInternalNotifUpdater).onInternalNotificationUpdate( in testSendSmartReply_updatesRemoteInput()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1522 updater.onInternalNotificationUpdate(sbn, "reason"); in getInternalNotifUpdateRunnable()
1531 updater.onInternalNotificationUpdate(mock(StatusBarNotification.class), "reason"); in testGetInternalNotifUpdaterPostsToMainHandler()