Searched refs:runnableCancelled (Results 1 – 2 of 2) sorted by relevance
31 public boolean runnableCancelled = true; field in RunQueue54 runnableCancelled = false; in onCreate()
43 assertTrue("The runnable was not cancelled", activity.runnableCancelled); in testRunnableCancelled()