Home
last modified time | relevance | path

Searched refs:NotificationRemoteInputManager (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java25 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 {
DNonPhoneDependencyTest.java64 @Mock private NotificationRemoteInputManager.Callback mRemoteInputManagerCallback;
84 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
85 Dependency.get(NotificationRemoteInputManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DSmartReplyControllerTest.java65 private NotificationRemoteInputManager mRemoteInputManager;
69 @Mock private NotificationRemoteInputManager.Callback mCallback;
85 mRemoteInputManager = new NotificationRemoteInputManager(mContext, in setUp()
DNotificationListenerTest.java62 @Mock private NotificationRemoteInputManager mRemoteInputManager;
72 mDependency.injectTestDependency(NotificationRemoteInputManager.class, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java19 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()
DNotificationEntryManager.java35 import com.android.systemui.statusbar.NotificationRemoteInputManager;
84 private NotificationRemoteInputManager mRemoteInputManager;
137 private NotificationRemoteInputManager getRemoteInputManager() { in getRemoteInputManager()
139 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in getRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java20 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideController.java35 import com.android.systemui.statusbar.NotificationRemoteInputManager;
47 private final NotificationRemoteInputManager mRemoteInputManager;
75 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in AutoHideController()
DStatusBarRemoteInputCallback.java44 import com.android.systemui.statusbar.NotificationRemoteInputManager;
45 import com.android.systemui.statusbar.NotificationRemoteInputManager.Callback;
230 NotificationRemoteInputManager.ClickHandler defaultHandler) { in handleRemoteViewClick()
DStatusBarNotificationPresenter.java57 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()
DStatusBarNotificationActivityStarter.java59 import com.android.systemui.statusbar.NotificationRemoteInputManager;
84 private final NotificationRemoteInputManager mRemoteInputManager;
123 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter()
DStatusBarWindowController.java21 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
DStatusBar.java188 import com.android.systemui.statusbar.NotificationRemoteInputManager;
472 protected NotificationRemoteInputManager mRemoteInputManager;
619 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in start()
1069 NotificationRemoteInputManager.Callback.class); in setUpPresenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java49 private final NotificationRemoteInputManager mRemoteInputManager =
50 Dependency.get(NotificationRemoteInputManager.class);
DNotificationRemoteInputManager.java83 public class NotificationRemoteInputManager implements Dumpable { class
256 public NotificationRemoteInputManager( in NotificationRemoteInputManager() method in NotificationRemoteInputManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependencyBinder.java31 import com.android.systemui.statusbar.NotificationRemoteInputManager;
134 public abstract NotificationRemoteInputManager.Callback provideNotificationRemoteInputManager( in provideNotificationRemoteInputManager()
DDependency.java61 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java63 import com.android.systemui.statusbar.NotificationRemoteInputManager;
117 @Mock private NotificationRemoteInputManager mRemoteInputManager;
146 mDependency.injectTestDependency(NotificationRemoteInputManager.class, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java63 import com.android.systemui.statusbar.NotificationRemoteInputManager;
101 private NotificationRemoteInputManager mRemoteInputManager;
DStatusBarTest.java95 import com.android.systemui.statusbar.NotificationRemoteInputManager;
156 @Mock private NotificationRemoteInputManager mRemoteInputManager;
777 NotificationRemoteInputManager notificationRemoteInputManager, in TestableStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java71 import com.android.systemui.statusbar.NotificationRemoteInputManager;
128 @Mock private NotificationRemoteInputManager mRemoteInputManager;
217 mDependency.injectTestDependency(NotificationRemoteInputManager.class, mRemoteInputManager); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java38 import com.android.systemui.statusbar.NotificationRemoteInputManager;
68 private final NotificationRemoteInputManager mRemoteInputManager;
123 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in SmartReplyView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java104 import com.android.systemui.statusbar.NotificationRemoteInputManager;
487 private final NotificationRemoteInputManager mRemoteInputManager =
488 Dependency.get(NotificationRemoteInputManager.class);