Home
last modified time | relevance | path

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

/aosp12/system/vold/binder/android/os/
H A DIVold.aidl130 boolean supportsBlockCheckpoint(); in supportsBlockCheckpoint() method
/aosp12/system/vold/
H A DVoldNativeService.cpp916 binder::Status VoldNativeService::supportsBlockCheckpoint(bool* _aidl_return) { in supportsBlockCheckpoint() function in android::vold::VoldNativeService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1299 private boolean supportsBlockCheckpoint() throws RemoteException { in supportsBlockCheckpoint() method in StorageManagerService