/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | SmartReplyController.java | 39 public class SmartReplyController implements Dumpable { class 49 public SmartReplyController( in SmartReplyController() method in SmartReplyController
|
H A D | NotificationRemoteInputManager.java | 92 private final SmartReplyController mSmartReplyController; 255 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | CentralSurfacesDependenciesModule.java | 56 import com.android.systemui.statusbar.SmartReplyController; 109 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager() 175 static SmartReplyController provideSmartReplyController( in provideSmartReplyController() 180 return new SmartReplyController( in provideSmartReplyController()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManagerTest.java | 64 @Mock private SmartReplyController mSmartReplyController; 140 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
|
H A D | SmartReplyControllerTest.java | 67 private SmartReplyController mSmartReplyController; 79 mSmartReplyController = new SmartReplyController( in setUp()
|
/aosp14/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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RemoteInputCoordinator.kt | 31 import com.android.systemui.statusbar.SmartReplyController 69 private val mSmartReplyController: SmartReplyController
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
H A D | SysuiTestCase.java | 50 import com.android.systemui.statusbar.SmartReplyController; 143 mDependency.injectMockDependency(SmartReplyController.class); in SysuiSetup()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowController.java | 44 import com.android.systemui.statusbar.SmartReplyController; 111 private final SmartReplyController mSmartReplyController; 208 SmartReplyController smartReplyController, in ExpandableNotificationRowController()
|
H A D | NotificationContentView.java | 51 import com.android.systemui.statusbar.SmartReplyController; 113 private SmartReplyController mSmartReplyController; 206 SmartReplyController smartReplyController, in initialize()
|
H A D | ExpandableNotificationRow.java | 87 import com.android.systemui.statusbar.SmartReplyController; 1724 SmartReplyController smartReplyController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyStateInflater.kt | 51 import com.android.systemui.statusbar.SmartReplyController 346 private val smartReplyController: SmartReplyController, 422 private val smartReplyController: SmartReplyController,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowControllerTest.kt | 37 import com.android.systemui.statusbar.SmartReplyController 89 private val smartReplyController: SmartReplyController = mock()
|
H A D | NotificationTestHelper.java | 68 import com.android.systemui.statusbar.SmartReplyController; 614 mock(SmartReplyController.class), in generateRow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 84 import com.android.systemui.statusbar.SmartReplyController; 310 @Inject Lazy<SmartReplyController> mSmartReplyController; 510 mProviders.put(SmartReplyController.class, mSmartReplyController::get); in start()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyViewTest.java | 57 import com.android.systemui.statusbar.SmartReplyController; 118 @Mock private SmartReplyController mSmartReplyController;
|