Home
last modified time | relevance | path

Searched refs:NotificationMediaManager (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DBypassHeadsUpNotifier.kt26 import com.android.systemui.statusbar.NotificationMediaManager
46 private val mediaManager: NotificationMediaManager,
49 ) : StatusBarStateController.StateListener, NotificationMediaManager.MediaListener {
82 if (!NotificationMediaManager.isPlayingState(state)) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java33 import com.android.systemui.statusbar.NotificationMediaManager;
53 mDependency.injectMockDependency(NotificationMediaManager.class); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaControllerTest.java33 import com.android.systemui.statusbar.NotificationMediaManager;
61 NotificationMediaManager mNotificationMediaManager;
H A DBiometricsUnlockControllerTest.java49 import com.android.systemui.statusbar.NotificationMediaManager;
68 private NotificationMediaManager mMediaManager;
100 private NotificationMediaManager mNotificationMediaManager;
121 mDependency.injectTestDependency(NotificationMediaManager.class, mMediaManager); in setUp()
H A DStatusBarNotificationPresenterTest.java46 import com.android.systemui.statusbar.NotificationMediaManager;
124 mock(NotificationMediaManager.class), in setup()
H A DStatusBarKeyguardViewManagerTest.java51 import com.android.systemui.statusbar.NotificationMediaManager;
135 mock(NotificationMediaManager.class), in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardSliceProvider.java56 import com.android.systemui.statusbar.NotificationMediaManager;
80 NotificationMediaManager.MediaListener, StatusBarStateController.StateListener,
137 public NotificationMediaManager mMediaManager;
456 boolean nextVisible = NotificationMediaManager.isPlayingState(state); in onPrimaryMetadataOrStateChanged()
477 boolean nextVisible = NotificationMediaManager.isPlayingState(state); in updateMediaStateLocked()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNonPhoneDependencyTest.java82 NotificationMediaManager mediaManager = Dependency.get(NotificationMediaManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java94 public class NotificationMediaManager implements Dumpable { class
176 public NotificationMediaManager( in NotificationMediaManager() method in NotificationMediaManager
822 private final WeakReference<NotificationMediaManager> mManagerRef;
826 ProcessArtworkTask(NotificationMediaManager manager, boolean changed, in ProcessArtworkTask()
835 NotificationMediaManager manager = mManagerRef.get(); in doInBackground()
844 NotificationMediaManager manager = mManagerRef.get(); in onPostExecute()
856 NotificationMediaManager manager = mManagerRef.get(); in onCancelled()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java34 import com.android.systemui.statusbar.NotificationMediaManager;
64 private final NotificationMediaManager mMediaManager;
96 NotificationMediaManager mediaManager, in ExpandableNotificationRowController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java48 import com.android.systemui.statusbar.NotificationMediaManager;
67 private final NotificationMediaManager mMediaManager;
85 NotificationMediaManager mediaManager, in LockscreenWallpaper()
H A DStatusBarNotificationPresenter.java51 import com.android.systemui.statusbar.NotificationMediaManager;
91 private final NotificationMediaManager mMediaManager;
140 NotificationMediaManager notificationMediaManager, in StatusBarNotificationPresenter()
H A DBiometricUnlockController.java52 import com.android.systemui.statusbar.NotificationMediaManager;
148 private final NotificationMediaManager mMediaManager;
268 NotificationMediaManager notificationMediaManager, in BiometricUnlockController()
H A DNotificationIconAreaController.java31 import com.android.systemui.statusbar.NotificationMediaManager;
70 private final NotificationMediaManager mMediaManager;
119 NotificationMediaManager notificationMediaManager, in NotificationIconAreaController()
H A DStatusBarKeyguardViewManager.java60 import com.android.systemui.statusbar.NotificationMediaManager;
213 private final NotificationMediaManager mMediaManager;
245 NotificationMediaManager notificationMediaManager, in StatusBarKeyguardViewManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java42 import com.android.systemui.statusbar.NotificationMediaManager;
130 static NotificationMediaManager provideNotificationMediaManager( in provideNotificationMediaManager()
143 return new NotificationMediaManager( in provideNotificationMediaManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManagerTest.kt32 import com.android.systemui.statusbar.NotificationMediaManager
61 private val lazyMedia: Lazy<NotificationMediaManager> = Lazy {
62 mock(NotificationMediaManager::class.java)
485 mediaManager: Lazy<NotificationMediaManager>,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManager.kt25 import com.android.systemui.statusbar.NotificationMediaManager
57 private val mediaManagerLazy: Lazy<NotificationMediaManager>,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java58 import com.android.systemui.statusbar.NotificationMediaManager;
135 @Mock private NotificationMediaManager mNotificationMediaManager;
198 () -> mock(NotificationMediaManager.class), in setUp()
H A DNotificationTestHelper.java53 import com.android.systemui.statusbar.NotificationMediaManager;
122 dependency.injectMockDependency(NotificationMediaManager.class); in NotificationTestHelper()
485 mock(NotificationMediaManager.class), in generateRow()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardSliceProviderTest.java50 import com.android.systemui.statusbar.NotificationMediaManager;
80 private NotificationMediaManager mNotificationMediaManager;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java58 import com.android.systemui.statusbar.NotificationMediaManager;
173 NotificationMediaManager notificationMediaManager, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaTimeoutListener.kt26 import com.android.systemui.statusbar.NotificationMediaManager.isPlayingState
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java79 import com.android.systemui.statusbar.NotificationMediaManager;
318 @Inject Lazy<NotificationMediaManager> mNotificationMediaManager;
531 mProviders.put(NotificationMediaManager.class, mNotificationMediaManager::get); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java72 import com.android.systemui.statusbar.NotificationMediaManager;
137 @Mock private NotificationMediaManager mNotificationMediaManager;

12