Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapper.kt66 fun changeFile(file: File) { regex
H A DControlsControllerImpl.kt119 auxiliaryPersistenceWrapper.changeFile(userStructure.auxiliaryFile)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapperTest.kt113 auxiliaryFileWrapper.changeFile(mock(File::class.java))
H A DControlsControllerImplTest.kt548 verify(auxiliaryPersistenceWrapper).changeFile(any())