Searched refs:isCheckpointSupported (Results 1 – 6 of 6) sorted by relevance
149 assumeFalse("Fs checkpointing is enabled", mHostUtils.isCheckpointSupported()); in testSessionNotRevertedWithCheckpointingDisabled()187 assumeTrue("Device doesn't support fs checkpointing", mHostUtils.isCheckpointSupported()); in testCheckpointingRevertsSession()225 assumeTrue("Device doesn't support fs checkpointing", mHostUtils.isCheckpointSupported()); in testRebootingOnceDoesNotRevertSession()286 assumeTrue("Device doesn't support fs checkpointing", mHostUtils.isCheckpointSupported()); in testFailingUserspaceReboot_doesNotRevertUpdate()315 assumeTrue("Device doesn't support fs checkpointing", mHostUtils.isCheckpointSupported()); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate()348 assumeTrue("Device doesn't support fs checkpointing", mHostUtils.isCheckpointSupported()); in testUserspaceRebootFailedRemount_revertsUpdate()406 assumeTrue("Fs checkpointing is enabled", mHostUtils.isCheckpointSupported()); in testReasonForRevertIsLoggedDuringBootloop()
377 mHostUtils.isCheckpointSupported()); in testActiveApexIsRevertedOnCheckpointRollback()402 mHostUtils.isCheckpointSupported()); in testApexIsNotActivatedIfNotInCheckpointMode()
212 assumeTrue(isCheckpointSupported()); in testNativeWatchdogTriggersRollbackForAll()708 private boolean isCheckpointSupported() throws Exception { in isCheckpointSupported() method in StagedRollbackTest
484 public void isCheckpointSupported() { in isCheckpointSupported() method in StagedRollbackTest487 assertThat(sm.isCheckpointSupported()).isTrue(); in isCheckpointSupported()
2790 public boolean isCheckpointSupported() { in isCheckpointSupported() method in StorageManager
32401 method public boolean isCheckpointSupported();