Searched refs:NotificationBlockingHelperManager (Results 1 – 10 of 10) sorted by relevance
42 public class NotificationBlockingHelperManager { class64 public NotificationBlockingHelperManager( in NotificationBlockingHelperManager() method in NotificationBlockingHelperManager
299 Dependency.get(NotificationBlockingHelperManager.class) in closeControls()
510 boolean isNonblockable = Dependency.get(NotificationBlockingHelperManager.class) in getIsNonblockable()1434 NotificationBlockingHelperManager manager =1435 Dependency.get(NotificationBlockingHelperManager.class);
56 import com.android.systemui.statusbar.notification.row.NotificationBlockingHelperManager;177 static NotificationBlockingHelperManager provideNotificationBlockingHelperManager( in provideNotificationBlockingHelperManager()182 return new NotificationBlockingHelperManager( in provideNotificationBlockingHelperManager()
43 import com.android.systemui.statusbar.notification.row.NotificationBlockingHelperManager;110 mDependency.injectMockDependency(NotificationBlockingHelperManager.class); in SysuiSetup()
66 private NotificationBlockingHelperManager mBlockingHelperManager;91 mBlockingHelperManager = new NotificationBlockingHelperManager( in setUp()
76 @Mock private NotificationBlockingHelperManager mBlockingHelperManager;89 NotificationBlockingHelperManager.class, in setUp()
86 import com.android.systemui.statusbar.notification.row.NotificationBlockingHelperManager;127 @Mock private NotificationBlockingHelperManager mBlockingHelperManager;164 NotificationBlockingHelperManager.class, in setUp()
79 import com.android.systemui.statusbar.notification.row.NotificationBlockingHelperManager;282 @Inject Lazy<NotificationBlockingHelperManager> mNotificationBlockingHelperManager;475 mProviders.put(NotificationBlockingHelperManager.class, in start()
140 import com.android.systemui.statusbar.notification.row.NotificationBlockingHelperManager;621 NotificationBlockingHelperManager blockingHelperManager = in NotificationStackScrollLayout()622 Dependency.get(NotificationBlockingHelperManager.class); in NotificationStackScrollLayout()