Searched refs:needsCheckpoint (Results 1 – 6 of 6) sorted by relevance
213 boolean needsCheckpoint) { in abortCheckpoint() argument216 if (supportsCheckpoint && needsCheckpoint) { in abortCheckpoint()370 boolean needsCheckpoint) throws PackageManagerException { in resumeSession() argument382 if (supportsCheckpoint && !needsCheckpoint) { in resumeSession()425 boolean supportsCheckpoint, boolean needsCheckpoint) { in onInstallationFailure() argument428 + " Error: " + e.getMessage(), supportsCheckpoint, needsCheckpoint); in onInstallationFailure()653 boolean needsCheckpoint = false; in restoreSessions()657 needsCheckpoint = InstallLocationUtils.getStorageManager().needsCheckpoint(); in restoreSessions()725 needsCheckpoint); in restoreSessions()748 resumeSession(session, supportsCheckpoint, needsCheckpoint); in restoreSessions()[all …]
165 boolean needsCheckpoint() = 86; in needsCheckpoint() method
2695 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in fstrim()2743 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runIdleMaint()2953 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runSmartIdleMaint()3313 public boolean needsCheckpoint() throws RemoteException { in needsCheckpoint() method in StorageManagerService3316 return mVold.needsCheckpoint(); in needsCheckpoint()
106 when(mStorageManager.needsCheckpoint()).thenReturn(true); in setUp()
1199 checkpointing = vold.needsCheckpoint(); in rebootPromptAndWipeUserData()
2354 PLcom/android/server/StorageManagerService;->needsCheckpoint()Z