Searched refs:isCancelled (Results 1 – 9 of 9) sorted by relevance
123 if (oomCatcher == null || !oomCatcher.isAlive() || oomCatcher.isCancelled()) { in start()194 private boolean isCancelled = false;205 isCancelled = true;223 public boolean isCancelled() {224 return isCancelled;
110 assertTrue(mMyAsyncTask.isCancelled()); in testCancelWithInterrupt()123 assertTrue(mMyAsyncTask.isCancelled()); in testCancel()132 assertTrue(mMyAsyncTask.isCancelled()); in testCancelTooLate()
237 assertTrue(job.isCancelled());242 eventually(() -> assertTrue(job.isCancelled()));263 eventually(() -> assertTrue(job.isCancelled()));302 eventually(() -> assertTrue(job.isCancelled()));
235 eventually(() -> assertTrue(job.isCancelled()));
212 eventually(() -> assertTrue(job.isCancelled()));
566 eventually(() -> runOnMainThread(() -> assertTrue(job2.isCancelled())));
223 if (!isCancelled()) { in checkLogcatForText()250 public boolean isCancelled() { in checkLogcatForText()263 return receiver.isCancelled(); in checkLogcatForText()
367 public boolean isCancelled() { in isCancelled() method in NetworkSecurityPolicyTestBase.SettableFuture
426 public boolean isCancelled() { in run()