Home
last modified time | relevance | path

Searched defs:setStorageParams (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DIIncrementalServiceConnector.aidl26 int setStorageParams(boolean enableReadLogs); in setStorageParams() method
/frameworks/base/services/incremental/
DIncrementalService.cpp900 int IncrementalService::setStorageParams(StorageId storageId, bool enableReadLogs) { in setStorageParams() function in android::incremental::IncrementalService
3179 binder::Status IncrementalService::IncrementalServiceConnector::setStorageParams( in setStorageParams() function in android::incremental::IncrementalService::IncrementalServiceConnector
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp193 int32_t setStorageParams(bool enableReadLogs) { in setStorageParams() function in android::os::incremental::MockDataLoader