/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | SmartReplyControllerTest.java | 71 private SmartReplyController mSmartReplyController; 90 mSmartReplyController = new SmartReplyController( in setUp() 95 mDependency.injectTestDependency(SmartReplyController.class, in setUp()
|
H A D | NotificationRemoteInputManagerTest.java | 77 @Mock private SmartReplyController mSmartReplyController; 193 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager() 231 SmartReplyController smartReplyController) { in createLegacyRemoteInputLifetimeExtender()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | StatusBarDependenciesModule.java | 47 import com.android.systemui.statusbar.SmartReplyController; 101 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager() 172 static SmartReplyController provideSmartReplyController( in provideSmartReplyController() 177 return new SmartReplyController(dumpManager, entryManager, statusBarService, clickNotifier); in provideSmartReplyController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | SmartReplyController.java | 41 public class SmartReplyController implements Dumpable { class 51 public SmartReplyController( in SmartReplyController() method in SmartReplyController
|
H A D | NotificationRemoteInputManager.java | 97 private final SmartReplyController mSmartReplyController; 265 SmartReplyController smartReplyController, in NotificationRemoteInputManager() 340 SmartReplyController smartReplyController) { in createLegacyRemoteInputLifetimeExtender()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | SysuiTestCase.java | 44 import com.android.systemui.statusbar.SmartReplyController; 112 mDependency.injectMockDependency(SmartReplyController.class); in SysuiSetup()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RemoteInputCoordinatorTest.kt | 28 import com.android.systemui.statusbar.SmartReplyController 63 @Mock private lateinit var smartReplyController: SmartReplyController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RemoteInputCoordinator.kt | 32 import com.android.systemui.statusbar.SmartReplyController 70 private val mSmartReplyController: SmartReplyController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyStateInflater.kt | 43 import com.android.systemui.statusbar.SmartReplyController 287 private val smartReplyController: SmartReplyController, 363 private val smartReplyController: SmartReplyController,
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationEntryManagerInflationTest.java | 62 import com.android.systemui.statusbar.SmartReplyController; 164 mDependency.injectMockDependency(SmartReplyController.class); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 83 import com.android.systemui.statusbar.SmartReplyController; 326 @Inject Lazy<SmartReplyController> mSmartReplyController; 542 mProviders.put(SmartReplyController.class, mSmartReplyController::get); in start()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManagerTest.java | 77 import com.android.systemui.statusbar.SmartReplyController; 186 mDependency.injectMockDependency(SmartReplyController.class); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 47 import com.android.systemui.statusbar.SmartReplyController; 106 private SmartReplyController mSmartReplyController; 182 mSmartReplyController = Dependency.get(SmartReplyController.class); in NotificationContentView()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyViewTest.java | 54 import com.android.systemui.statusbar.SmartReplyController; 114 @Mock private SmartReplyController mSmartReplyController;
|