Searched refs:onActionResponse (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlsUiController.kt | 55 fun onActionResponse( in show() method
|
D | ControlsUiControllerImpl.kt | 808 override fun onActionResponse(componentName: ComponentName, controlId: String, response: Int) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | ControlsController.kt | 102 fun onActionResponse( in loadForComponent() method
|
D | ControlsBindingControllerImpl.kt | 279 lazyController.get().onActionResponse(it.componentName, controlId, response) in doRun()
|
D | ControlsControllerImpl.kt | 540 override fun onActionResponse(componentName: ComponentName, controlId: String, response: Int) { in <lambda>() method 542 uiController.onActionResponse(componentName, controlId, response) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlsControllerImplTest.kt | 263 controller.onActionResponse(TEST_COMPONENT, TEST_CONTROL_ID, ControlAction.RESPONSE_OK) in <lambda>() 265 verify(uiController).onActionResponse(TEST_COMPONENT, TEST_CONTROL_ID, in <lambda>()
|