OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMEOUT_IN_SEC
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
TestGnssStatusCallback.java
34
private static final int
TIMEOUT_IN_SEC
= 90;
90
return TestUtils.waitFor(mCountDownLatch,
TIMEOUT_IN_SEC
);
TestLocationListener.java
33
private static final int
TIMEOUT_IN_SEC
= 120;
65
return TestUtils.waitFor(mCountDownLatch,
TIMEOUT_IN_SEC
);
TestGnssNavigationMessageListener.java
35
private static final int
TIMEOUT_IN_SEC
= 90;
69
return TestUtils.waitFor(mCountDownLatch,
TIMEOUT_IN_SEC
);
TestGpsStatusListener.java
36
private static final int
TIMEOUT_IN_SEC
= 90;
94
return TestUtils.waitFor(mCountDownLatch,
TIMEOUT_IN_SEC
);
Completed in 1131 milliseconds