Home
last modified time | relevance | path

Searched defs:VALUE3 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/settings/
H A DSettings_ConfigTest.java73 private static final String VALUE3 = "value3"; field in Settings_ConfigTest
286 assertEquals(namespace2Values.toString(), VALUE3, namespace2Values.get(KEY1)); in testSetAndGetStrings_multipleNamespaces() local
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/testing/
H A DBindValueIntoMapTest.java42 private static final String VALUE3 = "A_THIRD_VALUE"; field in BindValueIntoMapTest
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentQueryMapTest.java50 private static final String VALUE3 = "value3"; field in ContentQueryMapTest
H A DContentResolverTest.java114 private static final int VALUE3 = 3; field in ContentResolverTest
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowDeviceConfigTest.java45 private static final String VALUE3 = "value3"; field in ShadowDeviceConfigTest
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigTest.java66 private static final String VALUE3 = "value3"; field in DeviceConfigTest
/aosp_15_r20/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
H A DDeviceConfigApiTests.java88 private static final String VALUE3 = "value3"; field in DeviceConfigApiTests