OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMEOUT_DELTA
(Results
1 - 2
of
2
) sorted by null
/cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java
31
private static final long
TIMEOUT_DELTA
= 1000;
78
new PollingCheck(duration +
TIMEOUT_DELTA
) {
109
Thread.sleep(duration +
TIMEOUT_DELTA
);
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
99
private static final long
TIMEOUT_DELTA
= 10000;
233
new PollingCheck(duration +
TIMEOUT_DELTA
) {
[
all
...]
Completed in 426 milliseconds