Home
last modified time | relevance | path

Searched refs:VALUE2 (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigTest.java51 private static final String VALUE2 = "value2"; field in DeviceConfigTest
402 DeviceConfig.setProperty(NAMESPACE, KEY2, VALUE2, false); in getProperties_fullNamespace()
425 DeviceConfig.setProperty(NAMESPACE, KEY2, VALUE2, false); in getProperties_getString()
512 .setString(KEY2, VALUE2).build(); in setProperties()
520 properties = new Properties.Builder(NAMESPACE).setString(KEY, VALUE2) in setProperties()
537 .setString(KEY2, VALUE2).build(); in setProperties_multipleNamespaces()
539 .setString(KEY3, VALUE2).build(); in setProperties_multipleNamespaces()
699 assertThat(result.getString(KEY2, DEFAULT_VALUE)).isEqualTo(VALUE2); in allConfigsUnbannedIfAnyUnbannedConfigUpdated()
771 .setString(KEY, VALUE2) in syncDisabling()
797 .isEqualTo(VALUE2); in syncDisabling()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
H A DSparseMappingTableTest.java37 final long VALUE2 = 10000000000L; field in SparseMappingTableTest
79 table.setValue(key, VALUE2); in testParceling()
103 Assert.assertEquals(VALUE2, table1.getValue(key)); in testParceling()
123 table.setValue(key, VALUE2); in testParcelingWithReset()
150 Assert.assertEquals(VALUE2, table1.getValue(key)); in testParcelingWithReset()
/aosp12/frameworks/layoutlib/create/tests/res/mock_data/mock_android/fake/
H A DInnerTest.java56 VALUE2(2); enumConstant
/aosp12/frameworks/layoutlib/create/tests/res/data/
H A Dmock_android.jarMETA-INF/ META-INF/MANIFEST.MF mock_android/ mock_android/data/ mock_android/ ...
/aosp12/art/test/530-checker-lse/src/
H A DMain.java84 static final int VALUE2 = 0xcafe; field in Finalizable
1390 finalizable.i = Finalizable.VALUE2; in testFinalizable()