Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java39 import com.android.systemui.statusbar.NotificationMediaManager;
54 private NotificationMediaManager mMediaManager;
85 mDependency.injectTestDependency(NotificationMediaManager.class, mMediaManager); in setUp()
DStatusBarTest.java93 import com.android.systemui.statusbar.NotificationMediaManager;
189 mDependency.injectMockDependency(NotificationMediaManager.class); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java84 public class NotificationMediaManager implements Dumpable { class
171 public NotificationMediaManager( in NotificationMediaManager() method in NotificationMediaManager
662 private final WeakReference<NotificationMediaManager> mManagerRef;
666 ProcessArtworkTask(NotificationMediaManager manager, boolean changed, in ProcessArtworkTask()
675 NotificationMediaManager manager = mManagerRef.get(); in doInBackground()
684 NotificationMediaManager manager = mManagerRef.get(); in onPostExecute()
696 NotificationMediaManager manager = mManagerRef.get(); in onCancelled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java83 NotificationMediaManager mediaManager = Dependency.get(NotificationMediaManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
/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.java41 import com.android.systemui.statusbar.NotificationMediaManager;
116 private final NotificationMediaManager mMediaManager;
179 mMediaManager = Dependency.get(NotificationMediaManager.class); in BiometricUnlockController()
DNotificationIconAreaController.java24 import com.android.systemui.statusbar.NotificationMediaManager;
50 private final NotificationMediaManager mMediaManager;
77 NotificationMediaManager notificationMediaManager) { in NotificationIconAreaController()
DStatusBarNotificationPresenter.java55 import com.android.systemui.statusbar.NotificationMediaManager;
103 private final NotificationMediaManager mMediaManager =
104 Dependency.get(NotificationMediaManager.class);
DStatusBarKeyguardViewManager.java50 import com.android.systemui.statusbar.NotificationMediaManager;
166 private final NotificationMediaManager mMediaManager =
167 Dependency.get(NotificationMediaManager.class);
DStatusBar.java186 import com.android.systemui.statusbar.NotificationMediaManager;
470 private NotificationMediaManager mMediaManager;
633 mMediaManager = Dependency.get(NotificationMediaManager.class); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java31 import com.android.systemui.statusbar.NotificationMediaManager;
54 private NotificationMediaManager mMediaManager;
150 private NotificationMediaManager getMediaManager() { in getMediaManager()
152 mMediaManager = Dependency.get(NotificationMediaManager.class); in getMediaManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardSliceProvider.java54 import com.android.systemui.statusbar.NotificationMediaManager;
74 NotificationMediaManager.MediaListener, StatusBarStateController.StateListener {
124 protected NotificationMediaManager mMediaManager;
202 NotificationMediaManager mediaManager, in initDependencies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapper.java43 import com.android.systemui.statusbar.NotificationMediaManager;
66 private NotificationMediaManager mMediaManager;
127 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;
76 private NotificationMediaManager mNotificationMediaManager;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java47 import com.android.systemui.statusbar.NotificationMediaManager;
149 Dependency.get(NotificationMediaManager.class)); in createNotificationIconAreaController()
DDependency.java60 import com.android.systemui.statusbar.NotificationMediaManager;
269 @Inject Lazy<NotificationMediaManager> mNotificationMediaManager;
448 mProviders.put(NotificationMediaManager.class, mNotificationMediaManager::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java85 import com.android.systemui.statusbar.NotificationMediaManager;
340 private NotificationMediaManager mMediaManager;
1659 mMediaManager = Dependency.get(NotificationMediaManager.class);