Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DPropertyTest.java42 Point testPointValue = new Point(10, 20); in testProperty() local
45 assertFalse(getPointProp().equals(testPointValue)); in testProperty()
52 RAW_POINT_PROP.set(this, testPointValue); in testProperty()
53 assertEquals(testPointValue, RAW_POINT_PROP.get(this)); in testProperty()