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

  /packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialBaseFragment.java 280 final int maxAttempts =
282 if (maxAttempts > 0 && numAttempts > 0) {
283 int remainingAttempts = maxAttempts - numAttempts;
297 numAttempts, maxAttempts);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 132 final int maxAttempts = 5;
143 } while (attempts <= maxAttempts);
145 + maxAttempts * SLEEP_TIME_SEC + " seconds", expectedCount, count);
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 195 const int maxAttempts = 40;
213 if (++numAttempts > maxAttempts)
    [all...]
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 613 milliseconds