Searched refs:NotificationBlockingHelperManager (Results 1 – 9 of 9) sorted by relevance
42 public class NotificationBlockingHelperManager { class58 public NotificationBlockingHelperManager(Context context) { in NotificationBlockingHelperManager() method in NotificationBlockingHelperManager
237 Dependency.get(NotificationBlockingHelperManager.class) in closeControls()
440 boolean isNonblockable = Dependency.get(NotificationBlockingHelperManager.class) in getIsNonblockable()1265 NotificationBlockingHelperManager manager =1266 Dependency.get(NotificationBlockingHelperManager.class);
38 import com.android.systemui.statusbar.NotificationBlockingHelperManager;67 @Mock private NotificationBlockingHelperManager mBlockingHelperManager;77 NotificationBlockingHelperManager.class, in setUp()
35 import com.android.systemui.statusbar.NotificationBlockingHelperManager;139 providers.put(NotificationBlockingHelperManager.class, in injectDependencies()140 () -> new NotificationBlockingHelperManager(context)); in injectDependencies()
58 private NotificationBlockingHelperManager mBlockingHelperManager;82 mBlockingHelperManager = new NotificationBlockingHelperManager(mContext); in setUp()
70 @Mock private NotificationBlockingHelperManager mBlockingHelperManager;79 NotificationBlockingHelperManager.class, in setUp()
109 @Mock private NotificationBlockingHelperManager mBlockingHelperManager;114 NotificationBlockingHelperManager.class, in setUp()
88 import com.android.systemui.statusbar.NotificationBlockingHelperManager;461 NotificationBlockingHelperManager blockingHelperManager = in NotificationStackScrollLayout()462 Dependency.get(NotificationBlockingHelperManager.class); in NotificationStackScrollLayout()