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

  /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) {
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/testutils/
SettingsTestUtils.java 45 int maxAttempt = 5;
48 while (maxAttempt-- > 0) {
  /platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
ApiDemoJankTests.java 100 int maxAttempt = 3;
101 while (option == null && maxAttempt > 0) {
106 --maxAttempt;
277 short maxAttempt = 4;
278 while (views == null && maxAttempt > 0) {
285 --maxAttempt;
291 maxAttempt = 4;
292 while (option == null && maxAttempt > 0) {
299 --maxAttempt;
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/
ServicesTests.java 237 int maxAttempt = 50; // 10 is enough for a nexus S
244 if (attempt >= maxAttempt) {
253 int maxAttempt = 50; // 10 is enough for a nexus S
260 if (attempt >= maxAttempt) {
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 369 int maxAttempt = 5;
371 while (maxAttempt-- > 0) {

Completed in 676 milliseconds