Searched refs:needsCheckpoint (Results 1 – 6 of 6) 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
2633 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 StorageManagerService3223 return mVold.needsCheckpoint(); in needsCheckpoint()
107 when(mStorageManager.needsCheckpoint()).thenReturn(true); in setUp()
1182 checkpointing = vold.needsCheckpoint(); in rebootPromptAndWipeUserData()
2729 PLcom/android/server/StorageManagerService;->needsCheckpoint()Z