Searched refs:notificationMediaManager (Results 1 – 6 of 6) sorted by relevance
67 private lateinit var notificationMediaManager: NotificationMediaManager variable in com.android.systemui.statusbar.NotificationMediaManagerTest71 notificationMediaManager = in setup()83 notificationMediaManager.mMediaController = in setup()131 notificationMediaManager.mMediaListener.onMetadataChanged(MediaMetadata.Builder().build()) in clearMediaNotification_flagOn_resetMediaMetadata()135 notificationMediaManager.clearCurrentMediaNotification() in clearMediaNotification_flagOn_resetMediaMetadata()138 assertThat(notificationMediaManager.mediaMetadata).isNull() in clearMediaNotification_flagOn_resetMediaMetadata()139 assertThat(notificationMediaManager.mMediaController).isNull() in clearMediaNotification_flagOn_resetMediaMetadata()146 notificationMediaManager.mMediaListener.onMetadataChanged(MediaMetadata.Builder().build()) in clearMediaNotification_flagOff_resetMediaMetadata()149 notificationMediaManager.clearCurrentMediaNotification() in clearMediaNotification_flagOff_resetMediaMetadata()151 assertThat(notificationMediaManager.mediaMetadata).isNull() in clearMediaNotification_flagOff_resetMediaMetadata()[all …]
130 NotificationMediaManager notificationMediaManager, in StatusBarNotificationPresenter() argument152 mMediaManager = notificationMediaManager; in StatusBarNotificationPresenter()
132 NotificationMediaManager notificationMediaManager, in LegacyNotificationIconAreaControllerImpl() argument146 mMediaManager = notificationMediaManager; in LegacyNotificationIconAreaControllerImpl()
285 NotificationMediaManager notificationMediaManager, in BiometricUnlockController() argument302 mMediaManager = notificationMediaManager; in BiometricUnlockController()
636 NotificationMediaManager notificationMediaManager, in CentralSurfacesImpl()743 mMediaManager = notificationMediaManager; in CentralSurfacesImpl()
113 @get:Provides val notificationMediaManager: NotificationMediaManager = mock(), constant