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.java366 boolean needsCheckpoint) { in abortCheckpoint() argument
369 if (supportsCheckpoint && needsCheckpoint) { in abortCheckpoint()
523 boolean needsCheckpoint) throws PackageManagerException { in resumeSession() argument
535 if (supportsCheckpoint && !needsCheckpoint) { in resumeSession()
580 boolean supportsCheckpoint, boolean needsCheckpoint) { in onInstallationFailure() argument
583 + " Error: " + e.getMessage(), supportsCheckpoint, needsCheckpoint); in onInstallationFailure()
940 boolean needsCheckpoint = false; in restoreSessions()
944 needsCheckpoint = PackageHelper.getStorageManager().needsCheckpoint(); in restoreSessions()
1012 needsCheckpoint); in restoreSessions()
1035 resumeSession(session, supportsCheckpoint, needsCheckpoint); in restoreSessions()
[all …]
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl196 boolean needsCheckpoint() = 86; in needsCheckpoint() method
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DStagingManagerTest.java94 when(mStorageManager.needsCheckpoint()).thenReturn(true); in setUp()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2521 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in fstrim()
2569 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runIdleMaint()
3154 public boolean needsCheckpoint() throws RemoteException { in needsCheckpoint() method in StorageManagerService
3156 return mVold.needsCheckpoint(); in needsCheckpoint()
/frameworks/base/core/java/android/os/
DRecoverySystem.java1200 checkpointing = vold.needsCheckpoint(); in rebootPromptAndWipeUserData()
/frameworks/base/services/
Dart-profile3021 HSPLcom/android/server/StorageManagerService;->needsCheckpoint()Z+]Landroid/os/IVold;Landroid/os/IV…