Home
last modified time | relevance | path

Searched refs:bindController (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java163 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()
393 bindController(view, row.getEntry()); in testFocusAnimation()
430 bindController(view, row.getEntry()); in testDefocusAnimation()
455 private RemoteInputViewController bindController( in bindController() method in RemoteInputViewTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
H A DRemoteInput.kt46 fun bindController(impl: RemoteInputViewControllerImpl): RemoteInputViewController regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt280 fun bindController(notificationShelfController: NotificationShelfController) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java3497 mLockscreenShadeTransitionController.bindController(notificationShelfController); in initDependencies()