Searched refs:onNotificationAdded (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryListener.java | 44 default void onNotificationAdded(@NonNull NotificationEntry entry) { in onNotificationAdded() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataProcessorTest.kt | 391 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/ |
D | MediaDataManager.kt | 44 fun onNotificationAdded(key: String, sbn: StatusBarNotification) in setInactive() method
|
D | MediaDataProcessor.kt | 323 fun onNotificationAdded(key: String, sbn: StatusBarNotification) { in <lambda>() method
|
D | LegacyMediaDataManagerImpl.kt | 394 override fun onNotificationAdded(key: String, sbn: StatusBarNotification) { in onNotificationAdded() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/ |
D | MediaCarouselInteractor.kt | 149 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/ |
D | NotificationMediaManager.java | 164 mMediaDataManager.onNotificationAdded(entry.getKey(), entry.getSbn()); in setupNotifPipeline() 169 mMediaDataManager.onNotificationAdded(entry.getKey(), entry.getSbn()); in setupNotifPipeline()
|