Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
DSparseMappingTableTest.java43 final long VALUE2 = 10000000000L; field in SparseMappingTableTest
85 table.setValue(key, VALUE2); in testParceling()
109 Assert.assertEquals(VALUE2, table1.getValue(key)); in testParceling()
129 table.setValue(key, VALUE2); in testParcelingWithReset()
156 Assert.assertEquals(VALUE2, table1.getValue(key)); in testParcelingWithReset()
/frameworks/layoutlib/create/tests/mock_data/mock_android/dummy/
DInnerTest.java56 VALUE2(2); enumConstant