Home
last modified time | relevance | path

Searched refs:bindServiceForPanel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsProviderLifecycleManagerTest.kt122 manager.bindServiceForPanel() in testBindForPanel()
129 manager.bindServiceForPanel() in testUnbindPanelIsUnbound()
351 manager.bindServiceForPanel() in testRebindForPanelWithSameFlags()
380 manager.bindServiceForPanel() in testBindAfterSecurityExceptionWorks()
385 manager.bindServiceForPanel() in testBindAfterSecurityExceptionWorks()
DControlsBindingControllerImplTest.kt270 controller.bindServiceForPanel(TEST_COMPONENT_NAME_1) in testBindServiceForPanel()
273 verify(providers[0]).bindServiceForPanel() in testBindServiceForPanel()
DControlsControllerImplTest.kt954 verify(bindingController).bindServiceForPanel(TEST_COMPONENT) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsBindingController.kt67 fun bindServiceForPanel(component: ComponentName) in bindAndLoad() method
DControlsBindingControllerImpl.kt175 override fun bindServiceForPanel(component: ComponentName) { in bindServiceForPanel() method
176 retrieveLifecycleManager(component).bindServiceForPanel() in bindServiceForPanel()
DControlsProviderLifecycleManager.kt328 fun bindServiceForPanel() { in bindServiceForPanel() method
DControlsControllerImpl.kt485 bindingController.bindServiceForPanel(componentName) in <lambda>()