OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAVE_TIMEOUT
(Results
1 - 3
of
3
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
Timeouts.java
66
static final Timeout
SAVE_TIMEOUT
= new Timeout("
SAVE_TIMEOUT
", ONE_TIMEOUT_TO_RULE_THEN_ALL_MS,
UiBot.java
21
import static android.autofillservice.cts.Timeouts.
SAVE_TIMEOUT
;
543
return assertSaveShowing(
SAVE_TIMEOUT
, type);
558
null,
SAVE_TIMEOUT
, types);
614
description,
SAVE_TIMEOUT
, types);
626
SAVE_TIMEOUT
, types);
[
all
...]
InstrumentedAutoFillService.java
28
import static android.autofillservice.cts.Timeouts.
SAVE_TIMEOUT
;
558
request = mSaveRequests.poll(
SAVE_TIMEOUT
.ms(), TimeUnit.MILLISECONDS);
564
throw new RetryableException(
SAVE_TIMEOUT
, "onSaveRequest() not called");
Completed in 500 milliseconds