Home
last modified time | relevance | path

Searched refs:RemoteInputViewController (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
H A DRemoteInput.kt21 import com.android.systemui.statusbar.policy.RemoteInputViewController
32 val controller: RemoteInputViewController
46 fun bindController(impl: RemoteInputViewControllerImpl): RemoteInputViewController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java143 private void setTestPendingIntent(RemoteInputViewController controller) { in setTestPendingIntent()
163 RemoteInputViewController controller = bindController(view, row.getEntry()); in testSendRemoteInput_intentContainsResultsAndSource()
203 RemoteInputViewController controller = bindController(view, row.getEntry()); in getTargetInputMethodUser()
328 RemoteInputViewController controller = bindController(view, row.getEntry()); in testUiEventLogging_openAndSend()
358 RemoteInputViewController controller = bindController(view, row.getEntry()); in testUiEventLogging_openAndAttach()
455 private RemoteInputViewController bindController( in bindController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt45 interface RemoteInputViewController { regex
93 fun stealFocusFrom(other: RemoteInputViewController) {
127 ) : RemoteInputViewController {
H A DRemoteInputView.java151 private RemoteInputViewController mViewController;
320 public void setController(RemoteInputViewController controller) { in setController()
329 public RemoteInputViewController getController() { in getController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java64 import com.android.systemui.statusbar.policy.RemoteInputViewController;
111 @Nullable private RemoteInputViewController mExpandedRemoteInputController;
112 @Nullable private RemoteInputViewController mHeadsUpRemoteInputController;
181 private RemoteInputViewController mCachedExpandedRemoteInputViewController;
182 private RemoteInputViewController mCachedHeadsUpRemoteInputViewController;
1316 RemoteInputViewController cachedController, NotificationViewWrapper wrapper) {
2216 @Nullable RemoteInputViewController mController;
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt433 -packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputViewController.kt