Searched refs:getCurrentServices (Results 1 – 11 of 11) sorted by relevance
287 assertNull(controller.getCurrentServices()[0].panelActivity)302 assertNull(controller.getCurrentServices()[0].panelActivity)319 assertNull(controller.getCurrentServices()[0].panelActivity)338 assertNull(controller.getCurrentServices()[0].panelActivity)361 assertNull(controller.getCurrentServices()[0].panelActivity)441 assertNull(controller.getCurrentServices()[0].panelActivity)468 assertNull(controller.getCurrentServices()[0].panelActivity)497 assertNull(controller.getCurrentServices()[0].panelActivity)541 assertTrue(controller.getCurrentServices().isEmpty())580 val services = controller.getCurrentServices()[all …]
136 it.onServicesUpdated(getCurrentServices())172 val services = getCurrentServices()196 override fun getCurrentServices(): List<ControlsServiceInfo> =
35 fun getCurrentServices(): List<ControlsServiceInfo> regex
105 val availableServices = controlsListingController.getCurrentServices()146 controlsListingController.getCurrentServices().filter { it.panelActivity != null }
248 when(mControlsListingController.getCurrentServices()).thenReturn(serviceInfos); in setServiceAvailable()258 when(mControlsListingController.getCurrentServices()).thenReturn(serviceInfos); in setServiceWithPanel()
302 `when`(controlsListingController.getCurrentServices()).thenReturn(listings)310 doAnswer { doReturn(listings).`when`(controlsListingController).getCurrentServices() }
109 whenever(controlsListingController.getCurrentServices())
78 component.getControlsListingController().getOrNull()?.getCurrentServices()
130 if (isHomeControlsAvailable(c.getCurrentServices())) { in updateHomeControlsComplication()
207 val anyPanels = controlsListingController.get().getCurrentServices()461 .getCurrentServices().map { it.componentName }.toSet()
387 whenever(controlsListingController.getCurrentServices()).thenReturn(listOf(csi))