Searched refs:NotificationRemoteInputManager (Results 1 – 23 of 23) sorted by relevance
25 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputActiveExtender;26 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputHistoryExtender;27 import com.android.systemui.statusbar.NotificationRemoteInputManager.SmartReplyHistoryExtender;52 @Mock private NotificationRemoteInputManager.Callback mCallback;107 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_isSpinning()115 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_recentRemoteInput()123 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_smartReplySending()197 private class TestableNotificationRemoteInputManager extends NotificationRemoteInputManager {
64 @Mock private NotificationRemoteInputManager.Callback mRemoteInputManagerCallback;84 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()85 Dependency.get(NotificationRemoteInputManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
65 private NotificationRemoteInputManager mRemoteInputManager;69 @Mock private NotificationRemoteInputManager.Callback mCallback;85 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…31 import com.android.systemui.statusbar.NotificationRemoteInputManager;49 private final NotificationRemoteInputManager mRemoteInputManager;61 NotificationRemoteInputManager remoteInputManager, in NotificationAlertingManager()
35 import com.android.systemui.statusbar.NotificationRemoteInputManager;84 private NotificationRemoteInputManager mRemoteInputManager;137 private NotificationRemoteInputManager getRemoteInputManager() { in getRemoteInputManager()139 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;73 private NotificationRemoteInputManager mRemoteInputManager;89 private NotificationRemoteInputManager getRemoteInputManager() { in getRemoteInputManager()91 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;230 NotificationRemoteInputManager.ClickHandler defaultHandler) { in handleRemoteViewClick()
57 import com.android.systemui.statusbar.NotificationRemoteInputManager;177 NotificationRemoteInputManager remoteInputManager = in StatusBarNotificationPresenter()178 Dependency.get(NotificationRemoteInputManager.class); in StatusBarNotificationPresenter()180 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;
188 import com.android.systemui.statusbar.NotificationRemoteInputManager;472 protected NotificationRemoteInputManager mRemoteInputManager;619 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in start()1069 NotificationRemoteInputManager.Callback.class); in setUpPresenter()
49 private final NotificationRemoteInputManager mRemoteInputManager =50 Dependency.get(NotificationRemoteInputManager.class);
83 public class NotificationRemoteInputManager implements Dumpable { class256 public NotificationRemoteInputManager( in NotificationRemoteInputManager() method in NotificationRemoteInputManager
31 import com.android.systemui.statusbar.NotificationRemoteInputManager;134 public abstract NotificationRemoteInputManager.Callback provideNotificationRemoteInputManager( in provideNotificationRemoteInputManager()
61 import com.android.systemui.statusbar.NotificationRemoteInputManager;259 @Inject Lazy<NotificationRemoteInputManager.Callback> mNotificationRemoteInputManagerCallback;272 @Inject Lazy<NotificationRemoteInputManager> mNotificationRemoteInputManager;432 mProviders.put(NotificationRemoteInputManager.Callback.class, in start()453 mProviders.put(NotificationRemoteInputManager.class, in start()
63 import com.android.systemui.statusbar.NotificationRemoteInputManager;117 @Mock private NotificationRemoteInputManager mRemoteInputManager;146 mDependency.injectTestDependency(NotificationRemoteInputManager.class, in setUp()
63 import com.android.systemui.statusbar.NotificationRemoteInputManager;101 private NotificationRemoteInputManager mRemoteInputManager;
95 import com.android.systemui.statusbar.NotificationRemoteInputManager;156 @Mock private NotificationRemoteInputManager mRemoteInputManager;777 NotificationRemoteInputManager notificationRemoteInputManager, in TestableStatusBar()
71 import com.android.systemui.statusbar.NotificationRemoteInputManager;128 @Mock private NotificationRemoteInputManager mRemoteInputManager;217 mDependency.injectTestDependency(NotificationRemoteInputManager.class, mRemoteInputManager); in setUp()
38 import com.android.systemui.statusbar.NotificationRemoteInputManager;68 private final NotificationRemoteInputManager mRemoteInputManager;123 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in SmartReplyView()
104 import com.android.systemui.statusbar.NotificationRemoteInputManager;487 private final NotificationRemoteInputManager mRemoteInputManager =488 Dependency.get(NotificationRemoteInputManager.class);