Searched refs:supportsCheckpoint (Results 1 – 5 of 5) sorted by relevance
282 if (supportsCheckpoint() && needsCheckpoint()) { in abortCheckpoint()294 private boolean supportsCheckpoint() throws RemoteException { in supportsCheckpoint() method in StagingManager295 return PackageHelper.getStorageManager().supportsCheckpoint(); in supportsCheckpoint()331 if (supportsCheckpoint() && !needsCheckpoint()) { in resumeSession()636 boolean supportsCheckpoint = ((StorageManager) mContext.getSystemService( in checkNonOverlappingWithStagedSessions()682 if (!supportsCheckpoint in checkNonOverlappingWithStagedSessions()1025 if (storageManager.supportsCheckpoint()) { in handlePreRebootVerification_End()
192 boolean supportsCheckpoint() = 84; in supportsCheckpoint() method
2314 return mStorageManager.supportsCheckpoint(); in isCheckpointSupported()
338 System.out.println(mSm.supportsCheckpoint()); in runSupportsCheckpoint()
2650 public boolean supportsCheckpoint() throws RemoteException { in supportsCheckpoint() method in StorageManagerService2651 return mVold.supportsCheckpoint(); in supportsCheckpoint()