Searched refs:mMediaManager (Results 1 – 7 of 7) sorted by relevance
139 public NotificationMediaManager mMediaManager; field in KeyguardSliceProvider260 Icon mediaIcon = mMediaManager == null ? null : mMediaManager.getMediaIcon(); in addMediaLocked()333 mMediaManager.addCallback(this); in onCreateSliceProvider()
88 private final NotificationMediaManager mMediaManager; field in StatusBarNotificationPresenter152 mMediaManager = notificationMediaManager; in StatusBarNotificationPresenter()228 mMediaManager.clearCurrentMediaNotification(); in onUserSwitched()
89 private final NotificationMediaManager mMediaManager; field in LegacyNotificationIconAreaControllerImpl146 mMediaManager = notificationMediaManager; in LegacyNotificationIconAreaControllerImpl()270 if (hideCurrentMedia && entry.getKey().equals(mMediaManager.getMediaNotificationKey())) { in shouldShowNotificationIcon()
156 private final NotificationMediaManager mMediaManager; field in BiometricUnlockController302 mMediaManager = notificationMediaManager; in BiometricUnlockController()
527 private final NotificationMediaManager mMediaManager; field in CentralSurfacesImpl743 mMediaManager = notificationMediaManager; in CentralSurfacesImpl()1768 if (mMediaManager != null) { in dump()1769 mMediaManager.dump(pw, args); in dump()
87 private NotificationMediaManager mMediaManager; field in BiometricsUnlockControllerTest152 mDependency.injectTestDependency(NotificationMediaManager.class, mMediaManager); in setUp()
278 mMediaManager = KeyguardSliceProviderTest.this.mNotificationMediaManager; in TestableKeyguardSliceProvider()