OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILL_EVENTS_TIMEOUT
(Results
1 - 2
of
2
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
Timeouts.java
54
static final Timeout
FILL_EVENTS_TIMEOUT
= new Timeout("
FILL_EVENTS_TIMEOUT
",
InstrumentedAutoFillService.java
25
import static android.autofillservice.cts.Timeouts.
FILL_EVENTS_TIMEOUT
;
141
SystemClock.sleep(
FILL_EVENTS_TIMEOUT
.ms());
147
return
FILL_EVENTS_TIMEOUT
.run("getFillEvents(" + expectedSize + ")", () -> {
172
SystemClock.sleep(
FILL_EVENTS_TIMEOUT
.ms());
Completed in 260 milliseconds