OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runnableCancelled
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/view/
RunQueue.java
31
public boolean
runnableCancelled
= true;
54
runnableCancelled
= false;
RunQueueTest.java
43
assertTrue("The runnable was not cancelled", activity.
runnableCancelled
);
Completed in 131 milliseconds