Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java36 import com.android.systemui.statusbar.NotificationMediaManager;
62 mDependency.injectMockDependency(NotificationMediaManager.class); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImplTest.java34 import com.android.systemui.statusbar.NotificationMediaManager;
62 NotificationMediaManager mNotificationMediaManager;
H A DStatusBarNotificationPresenterTest.java48 import com.android.systemui.statusbar.NotificationMediaManager;
125 mock(NotificationMediaManager.class), in setup()
H A DBiometricsUnlockControllerTest.java60 import com.android.systemui.statusbar.NotificationMediaManager;
81 private NotificationMediaManager mMediaManager;
109 private NotificationMediaManager mNotificationMediaManager;
146 mDependency.injectTestDependency(NotificationMediaManager.class, mMediaManager); in setUp()
H A DKeyguardStatusBarViewControllerTest.java57 import com.android.systemui.statusbar.NotificationMediaManager;
124 @Mock private NotificationMediaManager mNotificationMediaManager;
H A DStatusBarKeyguardViewManagerTest.java89 import com.android.systemui.statusbar.NotificationMediaManager;
196 mock(NotificationMediaManager.class), in setUp()
699 mock(NotificationMediaManager.class), in hideAlternateBouncer_beforeCentralSurfacesRegistered()
H A DCentralSurfacesImplTest.java145 import com.android.systemui.statusbar.NotificationMediaManager;
259 @Mock private NotificationMediaManager mNotificationMediaManager;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardSliceProvider.java56 import com.android.systemui.statusbar.NotificationMediaManager;
81 NotificationMediaManager.MediaListener, StatusBarStateController.StateListener,
138 public NotificationMediaManager mMediaManager;
466 boolean nextVisible = NotificationMediaManager.isPlayingState(state); in onPrimaryMetadataOrStateChanged()
487 boolean nextVisible = NotificationMediaManager.isPlayingState(state); in updateMediaStateLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java96 public class NotificationMediaManager implements Dumpable { class
187 public NotificationMediaManager( in NotificationMediaManager() method in NotificationMediaManager
795 private final WeakReference<NotificationMediaManager> mManagerRef;
799 ProcessArtworkTask(NotificationMediaManager manager, boolean changed, in ProcessArtworkTask()
808 NotificationMediaManager manager = mManagerRef.get(); in doInBackground()
817 NotificationMediaManager manager = mManagerRef.get(); in onPostExecute()
829 NotificationMediaManager manager = mManagerRef.get(); in onCancelled()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImplTest.kt27 import com.android.systemui.statusbar.NotificationMediaManager
58 @Mock private lateinit var notifMediaManager: NotificationMediaManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt25 import com.android.systemui.statusbar.NotificationMediaManager
66 private val notificationsMediaManager: NotificationMediaManager,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java49 import com.android.systemui.statusbar.NotificationMediaManager;
76 private final NotificationMediaManager mMediaManager;
96 NotificationMediaManager mediaManager, in LockscreenWallpaper()
H A DStatusBarNotificationPresenter.java45 import com.android.systemui.statusbar.NotificationMediaManager;
76 private final NotificationMediaManager mMediaManager;
116 NotificationMediaManager notificationMediaManager, in StatusBarNotificationPresenter()
H A DKeyguardStatusBarViewController.java52 import com.android.systemui.statusbar.NotificationMediaManager;
126 private NotificationMediaManager mNotificationMediaManager;
292 NotificationMediaManager notificationMediaManager, in KeyguardStatusBarViewController()
H A DLegacyNotificationIconAreaControllerImpl.java49 import com.android.systemui.statusbar.NotificationMediaManager;
89 private final NotificationMediaManager mMediaManager;
135 NotificationMediaManager notificationMediaManager, in LegacyNotificationIconAreaControllerImpl()
H A DBiometricUnlockController.java63 import com.android.systemui.statusbar.NotificationMediaManager;
152 private final NotificationMediaManager mMediaManager;
281 NotificationMediaManager notificationMediaManager, in BiometricUnlockController()
H A DStatusBarKeyguardViewManager.java85 import com.android.systemui.statusbar.NotificationMediaManager;
309 private final NotificationMediaManager mMediaManager;
355 NotificationMediaManager notificationMediaManager, in StatusBarKeyguardViewManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java53 import com.android.systemui.statusbar.NotificationMediaManager;
136 static NotificationMediaManager provideNotificationMediaManager( in provideNotificationMediaManager()
153 return new NotificationMediaManager( in provideNotificationMediaManager()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationMediaManagerTest.kt44 @Mock private lateinit var notificationMediaManager: NotificationMediaManager
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardSliceProviderTest.java54 import com.android.systemui.statusbar.NotificationMediaManager;
84 private NotificationMediaManager mNotificationMediaManager;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModel.kt38 import com.android.systemui.statusbar.NotificationMediaManager
231 NotificationMediaManager.isPlayingState(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java81 import com.android.systemui.statusbar.NotificationMediaManager;
304 @Inject Lazy<NotificationMediaManager> mNotificationMediaManager;
502 mProviders.put(NotificationMediaManager.class, mNotificationMediaManager::get); in start()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java65 import com.android.systemui.statusbar.NotificationMediaManager;
157 dependency.injectMockDependency(NotificationMediaManager.class); in NotificationTestHelper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt44 import com.android.systemui.statusbar.NotificationMediaManager
84 private val mediaManager: NotificationMediaManager,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaTimeoutListener.kt31 import com.android.systemui.statusbar.NotificationMediaManager.isPlayingState

12