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

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java 52 private static final String[] TEST_STRINGS = new String[] {
236 result.putStringArray("string[]", TEST_STRINGS);
266 assertTrue(strings != null && strings.length == TEST_STRINGS.length);
268 assertEquals(strings[i], TEST_STRINGS[i]);
  /external/guava/guava-tests/test/com/google/common/io/
ByteSinkTester.java 48 for (Map.Entry<String, String> entry : TEST_STRINGS.entrySet()) {
CharSinkTester.java 44 for (Map.Entry<String, String> entry : TEST_STRINGS.entrySet()) {
SourceSinkTester.java 60 static final ImmutableMap<String, String> TEST_STRINGS
ByteSourceTester.java 54 for (Map.Entry<String, String> entry : TEST_STRINGS.entrySet()) {
CharSourceTester.java 48 for (Map.Entry<String, String> entry : TEST_STRINGS.entrySet()) {

Completed in 3664 milliseconds