Home
last modified time | relevance | path

Searched refs:onNotificationAdded (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java44 default void onNotificationAdded(@NonNull NotificationEntry entry) { in onNotificationAdded() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessorTest.kt391 mediaDataProcessor.onNotificationAdded(KEY, mediaNotification) in testLoadsMetadataOnBackground()
407 mediaDataProcessor.onNotificationAdded(KEY, mediaNotification) in testLoadMetadata_withExplicitIndicator()
425 mediaDataProcessor.onNotificationAdded(KEY, mediaNotification) in testOnMetaDataLoaded_withoutExplicitIndicator()
456 mediaDataProcessor.onNotificationAdded(KEY, mediaNotification) in testOnMetaDataLoaded_conservesActiveFlag()
501 mediaDataProcessor.onNotificationAdded(KEY, notif) in testOnNotificationAdded_hasSubstituteName_isUsed()
586 mediaDataProcessor.onNotificationAdded(KEY, mediaNotification) in testOnNotificationAdded_emptyTitle_hasPlaceholder()
617 mediaDataProcessor.onNotificationAdded(KEY, mediaNotification) in testOnNotificationAdded_blankTitle_hasPlaceholder()
659 mediaDataProcessor.onNotificationAdded(KEY, mediaNotification) in testOnNotificationAdded_emptyMetadata_usesNotificationTitle()
769 mediaDataProcessor.onNotificationAdded(KEY, mediaNotification) in testOnNotificationRemoved_twoWithResumption()
770 mediaDataProcessor.onNotificationAdded(KEY_2, mediaNotification) in testOnNotificationRemoved_twoWithResumption()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataManager.kt44 fun onNotificationAdded(key: String, sbn: StatusBarNotification) in setInactive() method
DMediaDataProcessor.kt323 fun onNotificationAdded(key: String, sbn: StatusBarNotification) { in <lambda>() method
DLegacyMediaDataManagerImpl.kt394 override fun onNotificationAdded(key: String, sbn: StatusBarNotification) { in onNotificationAdded() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaCarouselInteractor.kt149 override fun onNotificationAdded(key: String, sbn: StatusBarNotification) { in <lambda>() method
150 mediaDataProcessor.onNotificationAdded(key, sbn) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java164 mMediaDataManager.onNotificationAdded(entry.getKey(), entry.getSbn()); in setupNotifPipeline()
169 mMediaDataManager.onNotificationAdded(entry.getKey(), entry.getSbn()); in setupNotifPipeline()