Searched refs:getAuthorizedPanels (Results 1 – 7 of 7) sorted by relevance
67 assertThat(repository.getAuthorizedPanels()).containsExactly(TEST_PACKAGE) in testPreApprovedPackagesAreSeededIfNoSavedPreferences()97 assertThat(repository.getAuthorizedPanels()).containsExactly(TEST_PACKAGE) in testPreApprovedPackagesOnlySetForUserThatDoesntHaveThem()99 assertThat(repository.getAuthorizedPanels()).isEmpty() in testPreApprovedPackagesOnlySetForUserThatDoesntHaveThem()109 assertThat(repository.getAuthorizedPanels()).containsExactly(TEST_PACKAGE) in testGetAuthorizedPackages()
32 fun getAuthorizedPanels(): Set<String> method
46 override fun getAuthorizedPanels(): Set<String> { in getAuthorizedPanels() method in com.android.systemui.controls.panels.AuthorizedPanelsRepositoryImpl
212 `when`(authorizedPanelsRepository.getAuthorizedPanels()).thenReturn(setOf(packageName)) in testPanelCallsTaskViewFactoryCreate()232 `when`(authorizedPanelsRepository.getAuthorizedPanels()).thenReturn(setOf(packageName)) in testSingleAppHeaderIsNotClickable()261 `when`(authorizedPanelsRepository.getAuthorizedPanels()) in testMultipleAppHeaderIsClickable()283 `when`(authorizedPanelsRepository.getAuthorizedPanels()).thenReturn(setOf(packageName)) in testPanelControllerStartActivityWithCorrectArguments()321 `when`(authorizedPanelsRepository.getAuthorizedPanels()).thenReturn(setOf(packageName)) in testPanelControllerStartActivityWithHomePanelDreamEnabled()358 `when`(authorizedPanelsRepository.getAuthorizedPanels()).thenReturn(setOf(packageName)) in testPendingIntentExtrasAreModified()540 `when`(authorizedPanelsRepository.getAuthorizedPanels()).thenReturn(setOf(packageName)) in testOnRotationWithPanelUpdateBoundsCalled()
150 authorizedPanelsRepository.getAuthorizedPanels() in <lambda>()
178 val authorizedPanels = authorizedPanelsRepository.getAuthorizedPanels() in <lambda>()
153 whenever(authorizedPanelsRepository.getAuthorizedPanels()).thenReturn(setOf()) in <lambda>()