Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java27 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 {
DNonPhoneDependencyTest.java64 @Mock private NotificationRemoteInputManager.Callback mRemoteInputManagerCallback;
84 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
85 Dependency.get(NotificationRemoteInputManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DSmartReplyControllerTest.java66 private NotificationRemoteInputManager mRemoteInputManager;
70 @Mock private NotificationRemoteInputManager.Callback mCallback;
87 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…
28 import com.android.systemui.statusbar.NotificationRemoteInputManager;
45 private final NotificationRemoteInputManager mRemoteInputManager;
56 NotificationRemoteInputManager remoteInputManager, in NotificationAlertingManager()
DNotificationEntryManager.java35 import com.android.systemui.statusbar.NotificationRemoteInputManager;
88 private NotificationRemoteInputManager mRemoteInputManager;
142 private NotificationRemoteInputManager getRemoteInputManager() { in getRemoteInputManager()
144 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;
76 private NotificationRemoteInputManager mRemoteInputManager;
96 private NotificationRemoteInputManager getRemoteInputManager() { in getRemoteInputManager()
98 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;
235 NotificationRemoteInputManager.ClickHandler defaultHandler) { in handleRemoteViewClick()
DStatusBarNotificationPresenter.java56 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()
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.java187 import com.android.systemui.statusbar.NotificationRemoteInputManager;
488 protected NotificationRemoteInputManager mRemoteInputManager;
1073 NotificationRemoteInputManager.Callback.class); in setUpPresenter()
1119 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in getDependencies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java53 private final NotificationRemoteInputManager mRemoteInputManager =
54 Dependency.get(NotificationRemoteInputManager.class);
DNotificationRemoteInputManager.java84 public class NotificationRemoteInputManager implements Dumpable { class
258 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.java58 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java63 import com.android.systemui.statusbar.NotificationRemoteInputManager;
118 @Mock private NotificationRemoteInputManager mRemoteInputManager;
148 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;
157 @Mock private NotificationRemoteInputManager mRemoteInputManager;
776 NotificationRemoteInputManager notificationRemoteInputManager, in TestableStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java72 import com.android.systemui.statusbar.NotificationRemoteInputManager;
130 @Mock private NotificationRemoteInputManager mRemoteInputManager;
219 mDependency.injectTestDependency(NotificationRemoteInputManager.class, mRemoteInputManager); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java39 import com.android.systemui.statusbar.NotificationRemoteInputManager;
69 private final NotificationRemoteInputManager mRemoteInputManager;
124 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in SmartReplyView()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java95 import com.android.systemui.statusbar.NotificationRemoteInputManager;
434 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class); in getDependencies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java102 import com.android.systemui.statusbar.NotificationRemoteInputManager;
484 private final NotificationRemoteInputManager mRemoteInputManager =
485 Dependency.get(NotificationRemoteInputManager.class);