Searched refs:needsCheckpoint (Results 1 – 6 of 6) sorted by relevance
366 boolean needsCheckpoint) { in abortCheckpoint() argument369 if (supportsCheckpoint && needsCheckpoint) { in abortCheckpoint()523 boolean needsCheckpoint) throws PackageManagerException { in resumeSession() argument535 if (supportsCheckpoint && !needsCheckpoint) { in resumeSession()580 boolean supportsCheckpoint, boolean needsCheckpoint) { in onInstallationFailure() argument583 + " 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 …]
196 boolean needsCheckpoint() = 86; in needsCheckpoint() method
94 when(mStorageManager.needsCheckpoint()).thenReturn(true); in setUp()
2521 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in fstrim()2569 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runIdleMaint()3154 public boolean needsCheckpoint() throws RemoteException { in needsCheckpoint() method in StorageManagerService3156 return mVold.needsCheckpoint(); in needsCheckpoint()
1200 checkpointing = vold.needsCheckpoint(); in rebootPromptAndWipeUserData()
3021 HSPLcom/android/server/StorageManagerService;->needsCheckpoint()Z+]Landroid/os/IVold;Landroid/os/IV…