Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DBypassHeadsUpNotifier.kt25 import com.android.systemui.statusbar.NotificationMediaManager in <lambda>()
45 private val mediaManager: NotificationMediaManager, in <lambda>()
47 NotificationMediaManager.MediaListener { in <lambda>()
81 if (!NotificationMediaManager.isPlayingState(state)) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardSliceProvider.java54 import com.android.systemui.statusbar.NotificationMediaManager;
75 NotificationMediaManager.MediaListener, StatusBarStateController.StateListener {
125 protected NotificationMediaManager mMediaManager;
195 NotificationMediaManager mediaManager, in initDependencies()
461 boolean nextVisible = NotificationMediaManager.isPlayingState(state); in onMetadataOrStateChanged()
482 boolean nextVisible = NotificationMediaManager.isPlayingState(state); in updateMediaStateLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java90 public class NotificationMediaManager implements Dumpable { class
186 public NotificationMediaManager( in NotificationMediaManager() method in NotificationMediaManager
683 private final WeakReference<NotificationMediaManager> mManagerRef;
687 ProcessArtworkTask(NotificationMediaManager manager, boolean changed, in ProcessArtworkTask()
696 NotificationMediaManager manager = mManagerRef.get(); in doInBackground()
705 NotificationMediaManager manager = mManagerRef.get(); in onPostExecute()
717 NotificationMediaManager manager = mManagerRef.get(); in onCancelled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java44 import com.android.systemui.statusbar.NotificationMediaManager;
57 private final NotificationMediaManager mMediaManager =
58 Dependency.get(NotificationMediaManager.class);
DBiometricUnlockController.java40 import com.android.systemui.statusbar.NotificationMediaManager;
124 private final NotificationMediaManager mMediaManager;
177 mMediaManager = Dependency.get(NotificationMediaManager.class); in BiometricUnlockController()
DStatusBarNotificationPresenter.java54 import com.android.systemui.statusbar.NotificationMediaManager;
103 private final NotificationMediaManager mMediaManager =
104 Dependency.get(NotificationMediaManager.class);
DNotificationIconAreaController.java25 import com.android.systemui.statusbar.NotificationMediaManager;
54 private final NotificationMediaManager mMediaManager;
87 NotificationMediaManager notificationMediaManager) { in NotificationIconAreaController()
DStatusBarKeyguardViewManager.java52 import com.android.systemui.statusbar.NotificationMediaManager;
173 private final NotificationMediaManager mMediaManager =
174 Dependency.get(NotificationMediaManager.class);
DStatusBar.java185 import com.android.systemui.statusbar.NotificationMediaManager;
486 protected NotificationMediaManager mMediaManager;
1114 mMediaManager = Dependency.get(NotificationMediaManager.class); in getDependencies()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java83 NotificationMediaManager mediaManager = Dependency.get(NotificationMediaManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java41 import com.android.systemui.statusbar.NotificationMediaManager;
55 private NotificationMediaManager mMediaManager;
89 mDependency.injectTestDependency(NotificationMediaManager.class, mMediaManager); in setUp()
DStatusBarTest.java93 import com.android.systemui.statusbar.NotificationMediaManager;
191 mDependency.injectMockDependency(NotificationMediaManager.class); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java31 import com.android.systemui.statusbar.NotificationMediaManager;
54 private NotificationMediaManager mMediaManager;
147 private NotificationMediaManager getMediaManager() { in getMediaManager()
149 mMediaManager = Dependency.get(NotificationMediaManager.class); in getMediaManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java36 import com.android.systemui.statusbar.NotificationMediaManager;
154 Dependency.get(NotificationMediaManager.class)); in createNotificationIconAreaController()
DDependency.java57 import com.android.systemui.statusbar.NotificationMediaManager;
263 @Inject Lazy<NotificationMediaManager> mNotificationMediaManager;
453 mProviders.put(NotificationMediaManager.class, mNotificationMediaManager::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapper.java44 import com.android.systemui.statusbar.NotificationMediaManager;
67 private NotificationMediaManager mMediaManager;
164 mMediaManager = Dependency.get(NotificationMediaManager.class); in NotificationMediaTemplateViewWrapper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardSliceProviderTest.java50 import com.android.systemui.statusbar.NotificationMediaManager;
78 private NotificationMediaManager mNotificationMediaManager;
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java94 import com.android.systemui.statusbar.NotificationMediaManager;
431 mMediaManager = Dependency.get(NotificationMediaManager.class); in getDependencies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java83 import com.android.systemui.statusbar.NotificationMediaManager;
325 private NotificationMediaManager mMediaManager;
1644 mMediaManager = Dependency.get(NotificationMediaManager.class);