/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManagerTest.java | 44 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 D | NonPhoneDependencyTest.java | 62 @Mock private NotificationRemoteInputManager.Callback mRemoteInputManagerCallback; 83 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() 84 Dependency.get(NotificationRemoteInputManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
H A D | SmartReplyControllerTest.java | 72 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 D | HeadsUpController.java | 19 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 D | StatusBarHeadsUpChangeListener.java | 20 import com.android.systemui.statusbar.NotificationRemoteInputManager; 40 private final NotificationRemoteInputManager mNotificationRemoteInputManager; 53 NotificationRemoteInputManager notificationRemoteInputManager, in StatusBarHeadsUpChangeListener()
|
H A D | StatusBarRemoteInputCallback.java | 44 import com.android.systemui.statusbar.NotificationRemoteInputManager; 45 import com.android.systemui.statusbar.NotificationRemoteInputManager.Callback; 257 NotificationRemoteInputManager.ClickHandler defaultHandler) { in handleRemoteViewClick()
|
H A D | StatusBarNotificationActivityStarter.java | 64 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 D | StatusBarNotificationPresenter.java | 53 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 D | HeadsUpCoordinator.java | 19 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 D | RemoteInputCoordinator.kt | 28 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 D | RemoteInputCoordinatorTest.kt | 25 import com.android.systemui.statusbar.NotificationRemoteInputManager 26 import com.android.systemui.statusbar.NotificationRemoteInputManager.RemoteInputListener 61 @Mock private lateinit var remoteInputManager: NotificationRemoteInputManager
|
H A D | HeadsUpCoordinatorTest.java | 33 import com.android.systemui.statusbar.NotificationRemoteInputManager; 73 @Mock private NotificationRemoteInputManager mRemoteInputManager;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | StatusBarDependenciesModule.java | 43 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 D | NotificationRowBinderImpl.java | 30 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 D | StatusBarNotificationPresenterTest.java | 47 import com.android.systemui.statusbar.NotificationRemoteInputManager; 94 mDependency.injectMockDependency(NotificationRemoteInputManager.Callback.class); in setup() 130 mock(NotificationRemoteInputManager.class), in setup()
|
H A D | StatusBarNotificationActivityStarterTest.java | 64 import com.android.systemui.statusbar.NotificationRemoteInputManager; 111 private NotificationRemoteInputManager mRemoteInputManager;
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewTest.java | 50 import com.android.systemui.statusbar.NotificationRemoteInputManager; 94 mDependency.injectMockDependency(NotificationRemoteInputManager.class); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 80 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 D | NotificationsModule.java | 40 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 D | NotificationContentInflaterTest.java | 55 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 D | StatusBarPhoneModule.java | 59 import com.android.systemui.statusbar.NotificationRemoteInputManager; 175 NotificationRemoteInputManager remoteInputManager, in provideStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyStateInflater.kt | 41 import com.android.systemui.statusbar.NotificationRemoteInputManager 362 private val remoteInputManager: NotificationRemoteInputManager,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManager.java | 46 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 D | NotificationContentInflater.java | 45 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 D | NavigationBarTest.java | 87 import com.android.systemui.statusbar.NotificationRemoteInputManager; 373 mock(NotificationRemoteInputManager.class), in createNavBar()
|