Searched refs:NotificationRemoteInputManager (Results 1 – 12 of 12) sorted by relevance
56 @Mock private NotificationRemoteInputManager.Callback mRemoteInputManagerCallback;71 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()72 Dependency.get(NotificationRemoteInputManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
59 @Mock private NotificationRemoteInputManager mRemoteInputManager;68 mDependency.injectTestDependency(NotificationRemoteInputManager.class, in setUp()
39 @Mock private NotificationRemoteInputManager.Callback mCallback;104 private class TestableNotificationRemoteInputManager extends NotificationRemoteInputManager {
95 @Mock private NotificationRemoteInputManager mRemoteInputManager;156 mDependency.injectTestDependency(NotificationRemoteInputManager.class, mRemoteInputManager); in setUp()
42 import com.android.systemui.statusbar.NotificationRemoteInputManager;141 providers.put(NotificationRemoteInputManager.class, in injectDependencies()142 () -> new NotificationRemoteInputManager(context)); in injectDependencies()
41 private final NotificationRemoteInputManager mRemoteInputManager =42 Dependency.get(NotificationRemoteInputManager.class);
30 NotificationRemoteInputManager.Callback,
57 public class NotificationRemoteInputManager implements Dumpable { class269 public NotificationRemoteInputManager(Context context) { in NotificationRemoteInputManager() method in NotificationRemoteInputManager
18 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;19 import static com.android.systemui.statusbar.NotificationRemoteInputManager102 protected final NotificationRemoteInputManager mRemoteInputManager =103 Dependency.get(NotificationRemoteInputManager.class);
96 import com.android.systemui.statusbar.NotificationRemoteInputManager;144 @Mock private NotificationRemoteInputManager mRemoteInputManager;715 NotificationRemoteInputManager notificationRemoteInputManager, in TestableStatusBar()
21 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
209 import com.android.systemui.statusbar.NotificationRemoteInputManager;510 protected NotificationRemoteInputManager mRemoteInputManager;630 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in start()4284 Intent fillInIntent, NotificationRemoteInputManager.ClickHandler defaultHandler) { in handleRemoteViewClick()