Searched refs:supportsCheckpoint (Results 1 – 6 of 6) sorted by relevance
389 if (supportsCheckpoint() && needsCheckpoint()) { in abortCheckpoint()415 private boolean supportsCheckpoint() throws RemoteException { in supportsCheckpoint() method in StagingManager416 return PackageHelper.getStorageManager().supportsCheckpoint(); in supportsCheckpoint()602 if (supportsCheckpoint() && !needsCheckpoint()) { in resumeSession()695 if (supportsCheckpoint()) { in resumeSession()943 boolean supportsCheckpoint = ((StorageManager) mContext.getSystemService( in checkNonOverlappingWithStagedSessions()990 if (!supportsCheckpoint in checkNonOverlappingWithStagedSessions()1490 if (storageManager.supportsCheckpoint()) { in handlePreRebootVerification_End()
192 boolean supportsCheckpoint() = 84; in supportsCheckpoint() method
2674 return mStorageManager.supportsCheckpoint(); in isCheckpointSupported()
338 System.out.println(mSm.supportsCheckpoint()); in runSupportsCheckpoint()
3122 public boolean supportsCheckpoint() throws RemoteException { in supportsCheckpoint() method in StorageManagerService3123 return mVold.supportsCheckpoint(); in supportsCheckpoint()
3445 PLcom/android/server/StorageManagerService;->supportsCheckpoint()Z26371 PLcom/android/server/pm/StagingManager;->supportsCheckpoint()Z