Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubblePersistentRepositoryTest.kt69 repository.persistsToDisk(SparseArray()) in teardown()
79 repository.persistsToDisk(bubbles) in testReadWriteOperation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubblePersistentRepository.kt31 fun persistsToDisk(bubbles: SparseArray<List<BubbleEntity>>): Boolean { in persistsToDisk() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataRepositoryTest.kt146 persistentRepository.persistsToDisk(SparseArray()) in teardown()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt182 persistentRepository.persistsToDisk(entitiesByUser) in <lambda>()