Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DHostsideOomCatcher.java123 if (oomCatcher == null || !oomCatcher.isAlive() || oomCatcher.isCancelled()) { in start()
194 private boolean isCancelled = false;
205 isCancelled = true;
223 public boolean isCancelled() {
224 return isCancelled;
/cts/tests/tests/os/src/android/os/cts/
DAsyncTaskTest.java110 assertTrue(mMyAsyncTask.isCancelled()); in testCancelWithInterrupt()
123 assertTrue(mMyAsyncTask.isCancelled()); in testCancel()
132 assertTrue(mMyAsyncTask.isCancelled()); in testCancelTooLate()
/cts/tests/tests/print/src/android/print/cts/
DInterfaceForAppsTest.java237 assertTrue(job.isCancelled());
242 eventually(() -> assertTrue(job.isCancelled()));
263 eventually(() -> assertTrue(job.isCancelled()));
302 eventually(() -> assertTrue(job.isCancelled()));
DPrintJobStateTransitionsTest.java235 eventually(() -> assertTrue(job.isCancelled()));
DPrintJobTest.java212 eventually(() -> assertTrue(job.isCancelled()));
DPrintServicesTest.java566 eventually(() -> runOnMainThread(() -> assertTrue(job2.isCancelled())));
/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java223 if (!isCancelled()) { in checkLogcatForText()
250 public boolean isCancelled() { in checkLogcatForText()
263 return receiver.isCancelled(); in checkLogcatForText()
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java367 public boolean isCancelled() { in isCancelled() method in NetworkSecurityPolicyTestBase.SettableFuture
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java426 public boolean isCancelled() { in run()