Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java44 import com.android.systemui.statusbar.NotificationRemoteInputManager.LegacyRemoteInputLifetimeExten…
45 import com.android.systemui.statusbar.NotificationRemoteInputManager.LegacyRemoteInputLifetimeExten…
46 import com.android.systemui.statusbar.NotificationRemoteInputManager.LegacyRemoteInputLifetimeExten…
75 @Mock private NotificationRemoteInputManager.Callback mCallback;
149 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_isSpinning()
158 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_recentRemoteInput()
167 NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HISTORY = true; in testShouldExtendLifetime_smartReplySending()
187 private class TestableNotificationRemoteInputManager extends NotificationRemoteInputManager {
H A DNonPhoneDependencyTest.java62 @Mock private NotificationRemoteInputManager.Callback mRemoteInputManagerCallback;
83 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
84 Dependency.get(NotificationRemoteInputManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
H A DSmartReplyControllerTest.java72 private NotificationRemoteInputManager mRemoteInputManager;
76 @Mock private NotificationRemoteInputManager.Callback mCallback;
98 mRemoteInputManager = new NotificationRemoteInputManager(mContext, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java19 import static com.android.systemui.statusbar.NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HIST…
30 import com.android.systemui.statusbar.NotificationRemoteInputManager;
49 private final NotificationRemoteInputManager mRemoteInputManager;
60 NotificationRemoteInputManager remoteInputManager, in HeadsUpController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java20 import com.android.systemui.statusbar.NotificationRemoteInputManager;
40 private final NotificationRemoteInputManager mNotificationRemoteInputManager;
53 NotificationRemoteInputManager notificationRemoteInputManager, in StatusBarHeadsUpChangeListener()
H A DStatusBarRemoteInputCallback.java44 import com.android.systemui.statusbar.NotificationRemoteInputManager;
45 import com.android.systemui.statusbar.NotificationRemoteInputManager.Callback;
257 NotificationRemoteInputManager.ClickHandler defaultHandler) { in handleRemoteViewClick()
H A DStatusBarNotificationActivityStarter.java64 import com.android.systemui.statusbar.NotificationRemoteInputManager;
111 private final NotificationRemoteInputManager mRemoteInputManager;
150 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter()
697 private final NotificationRemoteInputManager mRemoteInputManager;
735 NotificationRemoteInputManager remoteInputManager, in Builder()
H A DStatusBarNotificationPresenter.java53 import com.android.systemui.statusbar.NotificationRemoteInputManager;
146 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationPresenter()
189 Dependency.get(NotificationRemoteInputManager.Callback.class), in StatusBarNotificationPresenter()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.java19 import static com.android.systemui.statusbar.NotificationRemoteInputManager.FORCE_REMOTE_INPUT_HIST…
25 import com.android.systemui.statusbar.NotificationRemoteInputManager;
67 private final NotificationRemoteInputManager mRemoteInputManager;
81 NotificationRemoteInputManager remoteInputManager, in HeadsUpCoordinator()
H A DRemoteInputCoordinator.kt28 import com.android.systemui.statusbar.NotificationRemoteInputManager
29 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener
68 private val mNotificationRemoteInputManager: NotificationRemoteInputManager,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt25 import com.android.systemui.statusbar.NotificationRemoteInputManager
26 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener
61 @Mock private lateinit var remoteInputManager: NotificationRemoteInputManager
H A DHeadsUpCoordinatorTest.java33 import com.android.systemui.statusbar.NotificationRemoteInputManager;
73 @Mock private NotificationRemoteInputManager mRemoteInputManager;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java43 import com.android.systemui.statusbar.NotificationRemoteInputManager;
97 static NotificationRemoteInputManager provideNotificationRemoteInputManager( in provideNotificationRemoteInputManager()
111 return new NotificationRemoteInputManager( in provideNotificationRemoteInputManager()
183 NotificationRemoteInputManager.Callback provideNotificationRemoteInputManagerCallback( in provideNotificationRemoteInputManagerCallback()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java30 import com.android.systemui.statusbar.NotificationRemoteInputManager;
57 private final NotificationRemoteInputManager mNotificationRemoteInputManager;
76 NotificationRemoteInputManager notificationRemoteInputManager, in NotificationRowBinderImpl()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java47 import com.android.systemui.statusbar.NotificationRemoteInputManager;
94 mDependency.injectMockDependency(NotificationRemoteInputManager.Callback.class); in setup()
130 mock(NotificationRemoteInputManager.class), in setup()
H A DStatusBarNotificationActivityStarterTest.java64 import com.android.systemui.statusbar.NotificationRemoteInputManager;
111 private NotificationRemoteInputManager mRemoteInputManager;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java50 import com.android.systemui.statusbar.NotificationRemoteInputManager;
94 mDependency.injectMockDependency(NotificationRemoteInputManager.class); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java80 import com.android.systemui.statusbar.NotificationRemoteInputManager;
308 @Inject Lazy<NotificationRemoteInputManager.Callback> mNotificationRemoteInputManagerCallback;
319 @Inject Lazy<NotificationRemoteInputManager> mNotificationRemoteInputManager;
514 mProviders.put(NotificationRemoteInputManager.Callback.class, in start()
533 mProviders.put(NotificationRemoteInputManager.class, in start()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java40 import com.android.systemui.statusbar.NotificationRemoteInputManager;
118 Lazy<NotificationRemoteInputManager> notificationRemoteInputManagerLazy, in provideNotificationEntryManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java55 import com.android.systemui.statusbar.NotificationRemoteInputManager;
127 mock(NotificationRemoteInputManager.class), in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java59 import com.android.systemui.statusbar.NotificationRemoteInputManager;
175 NotificationRemoteInputManager remoteInputManager, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt41 import com.android.systemui.statusbar.NotificationRemoteInputManager
362 private val remoteInputManager: NotificationRemoteInputManager,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java46 import com.android.systemui.statusbar.NotificationRemoteInputManager;
107 private final Lazy<NotificationRemoteInputManager> mRemoteInputManagerLazy;
154 Lazy<NotificationRemoteInputManager> notificationRemoteInputManagerLazy, in NotificationEntryManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java45 import com.android.systemui.statusbar.NotificationRemoteInputManager;
73 private final NotificationRemoteInputManager mRemoteInputManager;
82 NotificationRemoteInputManager remoteInputManager, in NotificationContentInflater()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java87 import com.android.systemui.statusbar.NotificationRemoteInputManager;
373 mock(NotificationRemoteInputManager.class), in createNavBar()

12