Searched defs:TEST_STRING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
H A DPerformanceTests.java554 private static final String TEST_STRING = "This is the string we use for testing..."; // 40 chars field in class:PerformanceTests.StringLength
562 String testStr = TEST_STRING;
667 private static final String TEST_STRING = "This is the string we use for testing..."; // 40 chars field in class:PerformanceTests.StringCrawl
670 intermediates.setInternalIterations(ITERATIONS * TEST_STRING.length());
675 String testStr = TEST_STRING;

Completed in 5 milliseconds