Searched refs:supportsCheckpoint (Results 1 – 8 of 8) sorted by relevance
214 private void abortCheckpoint(String failureReason, boolean supportsCheckpoint, in abortCheckpoint() argument218 if (supportsCheckpoint && needsCheckpoint) { in abortCheckpoint()371 private void resumeSession(@NonNull StagedSession session, boolean supportsCheckpoint, in resumeSession() argument384 if (supportsCheckpoint && !needsCheckpoint) { in resumeSession()413 if (supportsCheckpoint) { in resumeSession()427 boolean supportsCheckpoint, boolean needsCheckpoint) { in onInstallationFailure() argument430 + " Error: " + e.getMessage(), supportsCheckpoint, needsCheckpoint); in onInstallationFailure()656 boolean supportsCheckpoint = false; in restoreSessions()658 supportsCheckpoint = InstallLocationUtils.getStorageManager().supportsCheckpoint(); in restoreSessions()665 if (sessions.size() > 1 && !supportsCheckpoint) { in restoreSessions()[all …]
345 if (InstallLocationUtils.getStorageManager().supportsCheckpoint()) { in endVerification()533 checkActiveSessions(InstallLocationUtils.getStorageManager().supportsCheckpoint()); in checkActiveSessions()541 void checkActiveSessions(boolean supportsCheckpoint) throws PackageManagerException { in checkActiveSessions() argument549 if (!supportsCheckpoint && activeSessions > 1) { in checkActiveSessions()
162 boolean supportsCheckpoint() = 84; in supportsCheckpoint() method
2795 return mStorageManager.supportsCheckpoint(); in isCheckpointSupported()
321 System.out.println(mSm.supportsCheckpoint()); in runSupportsCheckpoint()
106 when(mStorageManager.supportsCheckpoint()).thenReturn(true); in setUp()175 when(mStorageManager.supportsCheckpoint()).thenReturn(false); in restoreSessions_multipleSessions_deviceWithoutFsCheckpointSupport_throwISE()
3179 public boolean supportsCheckpoint() throws RemoteException { in supportsCheckpoint() method in StorageManagerService3180 return mVold.supportsCheckpoint(); in supportsCheckpoint()
2751 PLcom/android/server/StorageManagerService;->supportsCheckpoint()Z