Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1274 private boolean supportsBlockCheckpoint() throws RemoteException { in supportsBlockCheckpoint() method in StorageManagerService
1276 return mVold.supportsBlockCheckpoint(); in supportsBlockCheckpoint()
2533 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in fstrim()
2581 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runIdleMaint()
2790 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runSmartIdleMaint()