HomeSort by relevance Sort by last modified time
    Searched full:maxattempt (Results 1 - 2 of 2) sorted by null

  /platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
ApiDemoJankTests.java 78 int maxAttempt = 3;
79 while (option == null && maxAttempt > 0) {
84 --maxAttempt;
245 short maxAttempt = 4;
246 while (views == null && maxAttempt > 0) {
253 --maxAttempt;
259 maxAttempt = 4;
260 while (option == null && maxAttempt > 0) {
267 --maxAttempt;
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java 60 int maxAttempt = 50; // 10 is enough for a nexus S
67 if (attempt >= maxAttempt) {

Completed in 74 milliseconds