OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONNECTION_TIMEOUT
(Results
1 - 6
of
6
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
MyAutofillCallback.java
21
import static android.autofillservice.cts.Timeouts.
CONNECTION_TIMEOUT
;
46
public static final Timeout MY_TIMEOUT =
CONNECTION_TIMEOUT
;
81
final MyEvent event = mEvents.poll(
CONNECTION_TIMEOUT
.ms(), TimeUnit.MILLISECONDS);
83
throw new RetryableException(
CONNECTION_TIMEOUT
, "no event");
Timeouts.java
34
public static final Timeout
CONNECTION_TIMEOUT
= new Timeout("
CONNECTION_TIMEOUT
",
InstrumentedAutoFillService.java
24
import static android.autofillservice.cts.Timeouts.
CONNECTION_TIMEOUT
;
321
waitConnectionState(
CONNECTION_TIMEOUT
, true);
609
response = mResponses.poll(
CONNECTION_TIMEOUT
.ms(), TimeUnit.MILLISECONDS);
679
callback, flags),
CONNECTION_TIMEOUT
.ms());
695
CONNECTION_TIMEOUT
.ms());
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
AugmentedHelper.java
19
import static android.autofillservice.cts.Timeouts.
CONNECTION_TIMEOUT
;
183
final boolean called = latch.await(
CONNECTION_TIMEOUT
.ms(), TimeUnit.MILLISECONDS);
186
+ " in " +
CONNECTION_TIMEOUT
.ms() + "ms");
/external/python/cpython2/Lib/multiprocessing/
connection.py
57
CONNECTION_TIMEOUT
= 20.
73
def _init_timeout(timeout=
CONNECTION_TIMEOUT
):
/external/python/cpython3/Lib/multiprocessing/
connection.py
43
CONNECTION_TIMEOUT
= 20.
59
def _init_timeout(timeout=
CONNECTION_TIMEOUT
):
Completed in 169 milliseconds