Home
last modified time | relevance | path

Searched refs:runnableCancelled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DRunQueue.java31 public boolean runnableCancelled = true; field in RunQueue
54 runnableCancelled = false; in onCreate()
DRunQueueTest.java43 assertTrue("The runnable was not cancelled", activity.runnableCancelled); in testRunnableCancelled()