Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapperTest.kt91 val cached = auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT)
99 val cached = auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT_OTHER)
107 auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT)
125 auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT))
127 auxiliaryFileWrapper.getCachedFavoritesAndRemoveFor(TEST_COMPONENT_OTHER))
H A DControlsControllerImplTest.kt760 verify(auxiliaryPersistenceWrapper).getCachedFavoritesAndRemoveFor(TEST_COMPONENT)
775 verify(auxiliaryPersistenceWrapper).getCachedFavoritesAndRemoveFor(TEST_COMPONENT)
777 .getCachedFavoritesAndRemoveFor(TEST_COMPONENT_2)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapper.kt93 fun getCachedFavoritesAndRemoveFor(componentName: ComponentName): List<StructureInfo> { regex
H A DControlsControllerImpl.kt204 val toAdd = auxiliaryPersistenceWrapper.getCachedFavoritesAndRemoveFor(it)
216 auxiliaryPersistenceWrapper.getCachedFavoritesAndRemoveFor(it)