Searched refs:needsCheckpoint (Results 1 – 5 of 5) sorted by relevance
215 boolean needsCheckpoint) { in abortCheckpoint() argument218 if (supportsCheckpoint && needsCheckpoint) { in abortCheckpoint()372 boolean needsCheckpoint) throws PackageManagerException { in resumeSession() argument384 if (supportsCheckpoint && !needsCheckpoint) { in resumeSession()427 boolean supportsCheckpoint, boolean needsCheckpoint) { in onInstallationFailure() argument430 + " 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 …]
165 boolean needsCheckpoint() = 86; in needsCheckpoint() method
2533 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in fstrim()2581 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runIdleMaint()2790 if (!needsCheckpoint() || !supportsBlockCheckpoint()) { in runSmartIdleMaint()3106 public boolean needsCheckpoint() throws RemoteException { in needsCheckpoint() method in StorageManagerService3109 return mVold.needsCheckpoint(); in needsCheckpoint()
107 when(mStorageManager.needsCheckpoint()).thenReturn(true); in setUp()
1202 checkpointing = vold.needsCheckpoint(); in rebootPromptAndWipeUserData()