OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALLBACK_NOT_CALLED_TIMEOUT_MS
(Results
1 - 3
of
3
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
Timeouts.java
41
static final long
CALLBACK_NOT_CALLED_TIMEOUT_MS
= ONE_NAPTIME_TO_RULE_THEN_ALL_MS;
MyAutofillCallback.java
20
import static android.autofillservice.cts.Timeouts.
CALLBACK_NOT_CALLED_TIMEOUT_MS
;
92
final MyEvent event = mEvents.poll(
CALLBACK_NOT_CALLED_TIMEOUT_MS
, TimeUnit.MILLISECONDS);
DisableAutofillTest.java
20
import static android.autofillservice.cts.Timeouts.
CALLBACK_NOT_CALLED_TIMEOUT_MS
;
333
+ ",
CALLBACK_NOT_CALLED_TIMEOUT_MS
=" +
CALLBACK_NOT_CALLED_TIMEOUT_MS
);
Completed in 63 milliseconds