/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | MediaCoordinatorTest.java | 71 @Mock private IconManager mIconManager; field in MediaCoordinatorTest 139 verify(mIconManager, never()).createIcons(eq(mMediaEntry)); in inflateNotificationIconsMediaDisabled() 148 verify(mIconManager, never()).createIcons(eq(mMediaEntry)); in inflateNotificationIconsMediaEnabled() 157 verify(mIconManager, never()).createIcons(eq(mMediaEntry)); in inflateMediaNotificationIconsMediaDisabled() 167 verify(mIconManager, never()).createIcons(eq(mMediaEntry)); in inflateMediaNotificationIconsMediaEnabled_old() 168 verify(mIconManager, never()).updateIcons(eq(mMediaEntry), anyBoolean()); in inflateMediaNotificationIconsMediaEnabled_old() 171 verify(mIconManager, times(1)).createIcons(eq(mMediaEntry)); in inflateMediaNotificationIconsMediaEnabled_old() 172 verify(mIconManager, never()).updateIcons(eq(mMediaEntry), anyBoolean()); in inflateMediaNotificationIconsMediaEnabled_old() 175 verify(mIconManager, times(1)).createIcons(eq(mMediaEntry)); in inflateMediaNotificationIconsMediaEnabled_old() 176 verify(mIconManager, times(1)).updateIcons(eq(mMediaEntry), /* usingCache = */ eq(false)); in inflateMediaNotificationIconsMediaEnabled_old() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | BigPictureNotificationImageView.java | 51 private NotificationIconManager mIconManager; field in BigPictureNotificationImageView 88 mIconManager = iconManager; in setIconManager() 106 if (mIconManager != null) { in setImageIcon() 107 mIconManager.updateIcon(this, icon).run(); in setImageIcon() 116 if (mIconManager != null) { in setImageIconAsync() 117 return mIconManager.updateIcon(this, icon); in setImageIconAsync()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | MediaCoordinator.java | 49 private final IconManager mIconManager; field in MediaCoordinator 114 mIconManager.createIcons(entry); in inflateOrUpdateIcons() 123 mIconManager.updateIcons(entry, /* usingCache = */ false); in inflateOrUpdateIcons() 162 mIconManager = iconManager; in MediaCoordinator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | NotificationRowBinderImpl.java | 77 private final IconManager mIconManager; field in NotificationRowBinderImpl 106 mIconManager = iconManager; in NotificationRowBinderImpl() 119 mIconManager.attach(); in setUpWithPresenter() 141 mIconManager.updateIcons(entry, /* usingCache = */ false); in inflateViews() 148 mIconManager.createIcons(entry); in inflateViews()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 142 private final IconManager mIconManager; field in NotificationTestHelper 188 mIconManager = new IconManager( in NotificationTestHelper() 641 mIconManager.createIcons(entry); in generateRow()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | KeyguardStatusBarViewControllerTest.java | 120 private TintedIconManager mIconManager; field in KeyguardStatusBarViewControllerTest 165 when(mIconManagerFactory.create(any(), any())).thenReturn(mIconManager); in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/ |
D | CollapsedStatusBarFragmentTest.java | 125 private DarkIconManager mIconManager; field in CollapsedStatusBarFragmentTest 844 when(mIconManagerFactory.create(any(), any())).thenReturn(mIconManager); in instantiate()
|