Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java215 boolean needsCheckpoint) { in abortCheckpoint() argument
218 if (supportsCheckpoint && needsCheckpoint) { in abortCheckpoint()
372 boolean needsCheckpoint) throws PackageManagerException { in resumeSession() argument
384 if (supportsCheckpoint && !needsCheckpoint) { in resumeSession()
427 boolean supportsCheckpoint, boolean needsCheckpoint) { in onInstallationFailure() argument
430 + " Error: " + e.getMessage(), supportsCheckpoint, needsCheckpoint); in onInstallationFailure()
655 boolean needsCheckpoint = false; in restoreSessions()
659 needsCheckpoint = InstallLocationUtils.getStorageManager().needsCheckpoint(); in restoreSessions()
727 needsCheckpoint); in restoreSessions()
750 resumeSession(session, supportsCheckpoint, needsCheckpoint); in restoreSessions()
[all …]
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl165 boolean needsCheckpoint() = 86; in needsCheckpoint() method
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2633 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in fstrim()
2681 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runIdleMaint()
2890 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runSmartIdleMaint()
3220 public boolean needsCheckpoint() throws RemoteException { in needsCheckpoint() method in StorageManagerService
3223 return mVold.needsCheckpoint(); in needsCheckpoint()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DStagingManagerTest.java107 when(mStorageManager.needsCheckpoint()).thenReturn(true); in setUp()
/frameworks/base/core/java/android/os/
DRecoverySystem.java1182 checkpointing = vold.needsCheckpoint(); in rebootPromptAndWipeUserData()
/frameworks/base/services/
Dart-wear-profile2729 PLcom/android/server/StorageManagerService;->needsCheckpoint()Z