HomeSort by relevance Sort by last modified time
    Searched defs:mTimeoutMs (Results 1 - 9 of 9) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
OneTimeCancellationSignalListener.java 32 private final long mTimeoutMs;
35 mTimeoutMs = timeoutMs;
39 final boolean called = mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS);
40 assertWithMessage("Timeout (%s ms) waiting for onCancel()", mTimeoutMs)
  /frameworks/base/tests/net/java/com/android/server/
NsdServiceTest.java 59 long mTimeoutMs = 100; // non-final so that tests can adjust the value.
100 verify(mDaemon, timeout(mTimeoutMs).times(1)).stop();
136 verify(mDaemon, timeout(mTimeoutMs).times(1)).stop();
168 verify(mDaemon, timeout(mTimeoutMs).times(n)).execute(argumentsCaptor.capture());
  /frameworks/base/tests/net/java/android/net/nsd/
NsdManagerTest.java 63 long mTimeoutMs = 200; // non-final so that tests can adjust the value.
77 mServiceHandler.waitForIdle(mTimeoutMs);
97 verify(listener, timeout(mTimeoutMs).times(1)).onResolveFailed(request, err);
102 verify(listener, timeout(mTimeoutMs).times(1)).onServiceResolved(reply);
124 verify(listener1, timeout(mTimeoutMs).times(1)).onServiceResolved(reply);
125 verify(listener2, timeout(mTimeoutMs).times(1)).onServiceResolved(reply);
148 verify(listener2, timeout(mTimeoutMs).times(1)).onServiceRegistered(request2);
152 verify(listener1, timeout(mTimeoutMs).times(1)).onRegistrationFailed(request1, err);
159 verify(listener1, timeout(mTimeoutMs).times(1)).onServiceRegistered(request1);
167 verify(listener1, timeout(mTimeoutMs).times(1)).onServiceUnregistered(request1)
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/content/res/
FontResourcesParserCompat.java 76 private final int mTimeoutMs;
83 mTimeoutMs = timeoutMs;
95 return mTimeoutMs;
  /tools/tradefederation/core/src/com/android/tradefed/util/
GCSBucketUtil.java 115 private long mTimeoutMs = 0;
131 .runTimedCmd(mTimeoutMs, GSUTIL, CMD_VERSION);
178 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, commandAsStr);
239 return mTimeoutMs;
276 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts,
389 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts,
449 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, command);
497 mTimeoutMs = timeout;
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 114 private final long mTimeoutMs;
119 mTimeoutMs = timeoutMs;
128 long remainingWaitTimeMs = mTimeoutMs;
135 remainingWaitTimeMs = mTimeoutMs - (System.currentTimeMillis() - startTimeMs);
144 + " waited over " + (mTimeoutMs - remainingWaitTimeMs) + " ms");
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 106 private final long mTimeoutMs;
174 mTimeoutMs = timeoutMs;
176 mDeadlineTime = mStartTime + mTimeoutMs;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 214 private int mTimeoutMs;
216 mTimeoutMs = timeoutMs;
224 return mTimeoutMs;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 316 milliseconds