Home
last modified time | relevance | path

Searched refs:mMediaManager (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardSliceProvider.java139 public NotificationMediaManager mMediaManager; field in KeyguardSliceProvider
260 Icon mediaIcon = mMediaManager == null ? null : mMediaManager.getMediaIcon(); in addMediaLocked()
333 mMediaManager.addCallback(this); in onCreateSliceProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java88 private final NotificationMediaManager mMediaManager; field in StatusBarNotificationPresenter
152 mMediaManager = notificationMediaManager; in StatusBarNotificationPresenter()
228 mMediaManager.clearCurrentMediaNotification(); in onUserSwitched()
DLegacyNotificationIconAreaControllerImpl.java89 private final NotificationMediaManager mMediaManager; field in LegacyNotificationIconAreaControllerImpl
146 mMediaManager = notificationMediaManager; in LegacyNotificationIconAreaControllerImpl()
270 if (hideCurrentMedia && entry.getKey().equals(mMediaManager.getMediaNotificationKey())) { in shouldShowNotificationIcon()
DBiometricUnlockController.java156 private final NotificationMediaManager mMediaManager; field in BiometricUnlockController
302 mMediaManager = notificationMediaManager; in BiometricUnlockController()
DCentralSurfacesImpl.java527 private final NotificationMediaManager mMediaManager; field in CentralSurfacesImpl
743 mMediaManager = notificationMediaManager; in CentralSurfacesImpl()
1768 if (mMediaManager != null) { in dump()
1769 mMediaManager.dump(pw, args); in dump()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java87 private NotificationMediaManager mMediaManager; field in BiometricsUnlockControllerTest
152 mDependency.injectTestDependency(NotificationMediaManager.class, mMediaManager); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardSliceProviderTest.java278 mMediaManager = KeyguardSliceProviderTest.this.mNotificationMediaManager; in TestableKeyguardSliceProvider()