HomeSort by relevance Sort by last modified time
    Searched refs:TEST_STRING (Results 26 - 29 of 29) sorted by null

12

  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
JSR166TestCase.java 389 static final String TEST_STRING = "a test string";
392 public String call() { return TEST_STRING; }
ThreadPoolExecutorTest.java     [all...]
  /frameworks/base/tests/CoreTests/android/core/
PerformanceTests.java 555 private static final String TEST_STRING = "This is the string we use for testing..."; // 40 chars
563 String testStr = TEST_STRING;
668 private static final String TEST_STRING = "This is the string we use for testing..."; // 40 chars
671 intermediates.setInternalIterations(ITERATIONS * TEST_STRING.length());
676 String testStr = TEST_STRING;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
LocalStoreUnitTests.java 289 final String TEST_STRING = "This is the store's persistent data.";
296 mStore.setPersistentString(TEST_KEY, TEST_STRING);
298 assertEquals(TEST_STRING, mStore.getPersistentString(TEST_KEY, null));
309 final String TEST_STRING = "This is the store's persistent data.";
318 callbacks.setPersistentString(TEST_KEY, TEST_STRING);
320 assertEquals(TEST_STRING, mStore.getPersistentString(TEST_KEY, null));
    [all...]

Completed in 113 milliseconds

12