Searched refs:mNotificationMediaManager (Results 1 – 7 of 7) sorted by relevance
62 NotificationMediaManager mNotificationMediaManager; field in LegacyNotificationIconAreaControllerImplTest90 mNotificationMediaManager, in setup()
124 @Mock private NotificationMediaManager mNotificationMediaManager; field in KeyguardStatusBarViewControllerTest175 mNotificationMediaManager, in createController()
109 private NotificationMediaManager mNotificationMediaManager; field in BiometricsUnlockControllerTest161 mNotificationMediaManager, mWakefulnessLifecycle, mScreenLifecycle, in createController()
259 @Mock private NotificationMediaManager mNotificationMediaManager; field in CentralSurfacesImplTest497 mNotificationMediaManager, in setup()
84 private NotificationMediaManager mNotificationMediaManager; field in KeyguardSliceProviderTest145 verify(mNotificationMediaManager).getMediaIcon(); in onBindSlice_readsMedia_withoutBypass()158 verify(mNotificationMediaManager).getMediaIcon(); in onBindSlice_readsMedia_withBypass_notDozing()278 mMediaManager = KeyguardSliceProviderTest.this.mNotificationMediaManager; in TestableKeyguardSliceProvider()
126 private NotificationMediaManager mNotificationMediaManager; field in KeyguardStatusBarViewController345 mNotificationMediaManager = notificationMediaManager; in KeyguardStatusBarViewController()502 && !mNotificationMediaManager.isLockscreenWallpaperOnNotificationShade()) { in updateViewState()646 if (!mNotificationMediaManager.isLockscreenWallpaperOnNotificationShade()) { in getSystemEventAnimator()655 if (!mNotificationMediaManager.isLockscreenWallpaperOnNotificationShade()) { in getSystemEventAnimator()
304 @Inject Lazy<NotificationMediaManager> mNotificationMediaManager; field in Dependency502 mProviders.put(NotificationMediaManager.class, mNotificationMediaManager::get); in start()