Searched refs:NotificationRemoteInputManager (Results 1 – 24 of 24) sorted by relevance
27 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputActiveExtender;28 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputHistoryExtender;29 import com.android.systemui.statusbar.NotificationRemoteInputManager.SmartReplyHistoryExtender;55 @Mock private NotificationRemoteInputManager.Callback mCallback;112 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_isSpinning()120 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_recentRemoteInput()128 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_smartReplySending()202 private class TestableNotificationRemoteInputManager extends NotificationRemoteInputManager {
64 @Mock private NotificationRemoteInputManager.Callback mRemoteInputManagerCallback;84 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()85 Dependency.get(NotificationRemoteInputManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
66 private NotificationRemoteInputManager mRemoteInputManager;70 @Mock private NotificationRemoteInputManager.Callback mCallback;87 mRemoteInputManager = new NotificationRemoteInputManager(mContext, in setUp()
62 @Mock private NotificationRemoteInputManager mRemoteInputManager;72 mDependency.injectTestDependency(NotificationRemoteInputManager.class, in setUp()
19 import static com.android.systemui.statusbar.NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HIST…28 import com.android.systemui.statusbar.NotificationRemoteInputManager;45 private final NotificationRemoteInputManager mRemoteInputManager;56 NotificationRemoteInputManager remoteInputManager, in NotificationAlertingManager()
35 import com.android.systemui.statusbar.NotificationRemoteInputManager;88 private NotificationRemoteInputManager mRemoteInputManager;142 private NotificationRemoteInputManager getRemoteInputManager() { in getRemoteInputManager()144 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in getRemoteInputManager()
20 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;39 import com.android.systemui.statusbar.NotificationRemoteInputManager;76 private NotificationRemoteInputManager mRemoteInputManager;96 private NotificationRemoteInputManager getRemoteInputManager() { in getRemoteInputManager()98 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in getRemoteInputManager()
35 import com.android.systemui.statusbar.NotificationRemoteInputManager;47 private final NotificationRemoteInputManager mRemoteInputManager;75 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in AutoHideController()
44 import com.android.systemui.statusbar.NotificationRemoteInputManager;45 import com.android.systemui.statusbar.NotificationRemoteInputManager.Callback;235 NotificationRemoteInputManager.ClickHandler defaultHandler) { in handleRemoteViewClick()
56 import com.android.systemui.statusbar.NotificationRemoteInputManager;176 NotificationRemoteInputManager remoteInputManager = in StatusBarNotificationPresenter()177 Dependency.get(NotificationRemoteInputManager.class); in StatusBarNotificationPresenter()179 Dependency.get(NotificationRemoteInputManager.Callback.class), in StatusBarNotificationPresenter()
59 import com.android.systemui.statusbar.NotificationRemoteInputManager;84 private final NotificationRemoteInputManager mRemoteInputManager;123 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter()
21 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
187 import com.android.systemui.statusbar.NotificationRemoteInputManager;488 protected NotificationRemoteInputManager mRemoteInputManager;1073 NotificationRemoteInputManager.Callback.class); in setUpPresenter()1119 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in getDependencies()
53 private final NotificationRemoteInputManager mRemoteInputManager =54 Dependency.get(NotificationRemoteInputManager.class);
84 public class NotificationRemoteInputManager implements Dumpable { class258 public NotificationRemoteInputManager( in NotificationRemoteInputManager() method in NotificationRemoteInputManager
31 import com.android.systemui.statusbar.NotificationRemoteInputManager;134 public abstract NotificationRemoteInputManager.Callback provideNotificationRemoteInputManager( in provideNotificationRemoteInputManager()
58 import com.android.systemui.statusbar.NotificationRemoteInputManager;253 @Inject Lazy<NotificationRemoteInputManager.Callback> mNotificationRemoteInputManagerCallback;265 @Inject Lazy<NotificationRemoteInputManager> mNotificationRemoteInputManager;437 mProviders.put(NotificationRemoteInputManager.Callback.class, in start()457 mProviders.put(NotificationRemoteInputManager.class, in start()
63 import com.android.systemui.statusbar.NotificationRemoteInputManager;118 @Mock private NotificationRemoteInputManager mRemoteInputManager;148 mDependency.injectTestDependency(NotificationRemoteInputManager.class, in setUp()
63 import com.android.systemui.statusbar.NotificationRemoteInputManager;101 private NotificationRemoteInputManager mRemoteInputManager;
95 import com.android.systemui.statusbar.NotificationRemoteInputManager;157 @Mock private NotificationRemoteInputManager mRemoteInputManager;776 NotificationRemoteInputManager notificationRemoteInputManager, in TestableStatusBar()
72 import com.android.systemui.statusbar.NotificationRemoteInputManager;130 @Mock private NotificationRemoteInputManager mRemoteInputManager;219 mDependency.injectTestDependency(NotificationRemoteInputManager.class, mRemoteInputManager); in setUp()
39 import com.android.systemui.statusbar.NotificationRemoteInputManager;69 private final NotificationRemoteInputManager mRemoteInputManager;124 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in SmartReplyView()
95 import com.android.systemui.statusbar.NotificationRemoteInputManager;434 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in getDependencies()
102 import com.android.systemui.statusbar.NotificationRemoteInputManager;484 private final NotificationRemoteInputManager mRemoteInputManager =485 Dependency.get(NotificationRemoteInputManager.class);