Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/panels/
DAuthorizedPanelsRepositoryImplTest.kt141 val authorizedPanels by in observeAuthorizedPanels() constant
143 assertThat(authorizedPanels).isEmpty() in observeAuthorizedPanels()
146 assertThat(authorizedPanels).containsExactly(TEST_PACKAGE) in observeAuthorizedPanels()
149 assertThat(authorizedPanels).isEmpty() in observeAuthorizedPanels()
164 val authorizedPanels by in observeAuthorizedPanelsForAnotherUser() constant
166 assertThat(authorizedPanels).isEmpty() in observeAuthorizedPanelsForAnotherUser()
170 assertThat(authorizedPanels).isEmpty() in observeAuthorizedPanelsForAnotherUser()
174 assertThat(authorizedPanels).isEmpty() in observeAuthorizedPanelsForAnotherUser()
176 assertThat(authorizedPanels).containsExactly(TEST_PACKAGE) in observeAuthorizedPanelsForAnotherUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DAppAdapter.kt56 private val authorizedPanels: Set<String> = emptySet(), constant
70 it.panelActivity == null || it.panelActivity?.packageName !in authorizedPanels in onServicesUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/homecontrols/domain/interactor/
DHomeControlsComponentInteractor.kt114 ) { serviceInfos, authorizedPanels -> in <lambda>() method
117 if (it.componentName.packageName in authorizedPanels && panelActivity != null) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt178 val authorizedPanels = authorizedPanelsRepository.getAuthorizedPanels() in <lambda>() constant
188 if (it.componentName.packageName in authorizedPanels) { in <lambda>()