OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMEOUT_SECONDS
(Results
1 - 13
of
13
) sorted by null
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsSyncAdapter.java
38
private static final int
TIMEOUT_SECONDS
= 60 * 2;
80
final long timeout = SystemClock.elapsedRealtime() + (
TIMEOUT_SECONDS
* 1000);
118
final long timeout = SystemClock.elapsedRealtime() + (
TIMEOUT_SECONDS
* 1000);
/external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py
25
TIMEOUT_SECONDS
= 15
41
def retry(self, func, reason,
timeout_seconds
=
TIMEOUT_SECONDS
):
47
@param
timeout_seconds
: int number of seconds to wait for a True
53
while time.time() - start_time <
timeout_seconds
:
102
roam_to_bssid,
timeout_seconds
=self.
TIMEOUT_SECONDS
):
/cts/common/device-side/util/src/com/android/compatibility/common/util/devicepolicy/provisioning/
SilentProvisioningTestManager.java
39
private static final long
TIMEOUT_SECONDS
= 120L;
114
Boolean result = mProvisioningResults.poll(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
117
+
TIMEOUT_SECONDS
+ " seconds ");
164
return mLatch.await(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/
network_WiFi_PMKSACaching.py
23
TIMEOUT_SECONDS
= 15
40
def retry(self, func, reason,
timeout_seconds
=
TIMEOUT_SECONDS
):
46
@param
timeout_seconds
: int number of seconds to wait for a True
52
while time.time() - start_time <
timeout_seconds
:
90
bssid1,
timeout_seconds
=self.
TIMEOUT_SECONDS
):
95
bssid0,
timeout_seconds
=self.
TIMEOUT_SECONDS
):
/packages/apps/Browser2/src/org/chromium/webview_shell/
WebViewLayoutTest.java
36
private static final long
TIMEOUT_SECONDS
= 20;
90
mTestActivity.waitForFinish(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
96
mTestActivity.waitForFinish(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java
87
private static final long
TIMEOUT_SECONDS
= 5;
[
all
...]
OpenSSLSocketImplTest.java
55
private static final long
TIMEOUT_SECONDS
= 5;
219
client = getOrThrowCause(clientFuture,
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
224
server = getOrThrowCause(serverFuture,
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
/external/conscrypt/platform/src/test/java/org/conscrypt/
NativeCryptoTest.java
86
private static final long
TIMEOUT_SECONDS
= 5;
[
all
...]
OpenSSLSocketImplTest.java
61
private static final long
TIMEOUT_SECONDS
= 5;
264
client = getOrThrowCause(clientFuture,
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
269
server = getOrThrowCause(serverFuture,
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
/cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionCtsActivity.java
43
private static final int
TIMEOUT_SECONDS
= 10;
80
mSurfaceCreatedLatch.await(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
87
mSurfaceCreatedLatch.await(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
94
mSurfaceCreatedLatch.await(
TIMEOUT_SECONDS
, TimeUnit.SECONDS);
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
AppRestrictionsDelegateTest.java
52
private static final long
TIMEOUT_SECONDS
= 10;
163
mOnRestrictionsSemaphore.tryAcquire(
TIMEOUT_SECONDS
, TimeUnit.SECONDS));
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java
53
private static final int
TIMEOUT_SECONDS
= 20;
677
assertTrue(offeringExpectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
678
assertTrue(answeringExpectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
691
assertTrue(answeringExpectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
704
assertTrue(offeringExpectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
750
assertTrue(expectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
754
assertTrue(expectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
757
assertTrue(expectations.waitForAllExpectationsToBeSatisfied(
TIMEOUT_SECONDS
));
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDeviceAdminServiceTest.java
44
private static final int
TIMEOUT_SECONDS
= 3 * 60;
79
final long until = System.nanoTime() + TimeUnit.SECONDS.toNanos(
TIMEOUT_SECONDS
);
Completed in 768 milliseconds