Searched refs:DreamOverlayNotificationCountProvider (Results 1 – 5 of 5) sorted by relevance
39 public class DreamOverlayNotificationCountProvider class40 implements CallbackController<DreamOverlayNotificationCountProvider.Callback> {81 public DreamOverlayNotificationCountProvider( in DreamOverlayNotificationCountProvider() method in DreamOverlayNotificationCountProvider
75 private final Optional<DreamOverlayNotificationCountProvider>138 private final DreamOverlayNotificationCountProvider.Callback mNotificationCountCallback =160 Optional<DreamOverlayNotificationCountProvider> dreamOverlayNotificationCountProvider, in DreamOverlayStatusBarViewController()
46 DreamOverlayNotificationCountProvider.Callback mCallback;56 private DreamOverlayNotificationCountProvider mProvider;69 mProvider = new DreamOverlayNotificationCountProvider( in setup()
105 DreamOverlayNotificationCountProvider mDreamOverlayNotificationCountProvider;258 final ArgumentCaptor<DreamOverlayNotificationCountProvider.Callback> callbackCapture = in testOnViewAttachedShowsNotificationsIconWhenNotificationsExist()259 ArgumentCaptor.forClass(DreamOverlayNotificationCountProvider.Callback.class); in testOnViewAttachedShowsNotificationsIconWhenNotificationsExist()271 final ArgumentCaptor<DreamOverlayNotificationCountProvider.Callback> callbackCapture = in testOnViewAttachedHidesNotificationsIconWhenNoNotificationsExist()272 ArgumentCaptor.forClass(DreamOverlayNotificationCountProvider.Callback.class); in testOnViewAttachedHidesNotificationsIconWhenNoNotificationsExist()405 final ArgumentCaptor<DreamOverlayNotificationCountProvider.Callback> callbackCapture = in testNotificationsIconShownWhenNotificationAdded()406 ArgumentCaptor.forClass(DreamOverlayNotificationCountProvider.Callback.class); in testNotificationsIconShownWhenNotificationAdded()418 final ArgumentCaptor<DreamOverlayNotificationCountProvider.Callback> callbackCapture = in testNotificationsIconHiddenWhenLastNotificationRemoved()419 ArgumentCaptor.forClass(DreamOverlayNotificationCountProvider.Callback.class); in testNotificationsIconHiddenWhenLastNotificationRemoved()
30 import com.android.systemui.dreams.DreamOverlayNotificationCountProvider;109 static Optional<DreamOverlayNotificationCountProvider>