Home
last modified time | relevance | path

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

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DListChangeRegistryTest.java82 final int expectedCount = 3; in testNotifyChanged() local
93 assertEquals(expectedCount, count); in testNotifyChanged()
115 mListChangeRegistry.notifyChanged(null, expectedStart, expectedCount); in testNotifyChanged()
121 final int expectedCount = 3; in testNotifyInserted() local
137 assertEquals(expectedCount, count); in testNotifyInserted()
154 mListChangeRegistry.notifyInserted(null, expectedStart, expectedCount); in testNotifyInserted()
161 final int expectedCount = 3; in testNotifyMoved() local
183 assertEquals(expectedCount, count); in testNotifyMoved()
195 mListChangeRegistry.notifyMoved(null, expectedFrom, expectedTo, expectedCount); in testNotifyMoved()
201 final int expectedCount = 3; in testNotifyRemoved() local
[all …]
/frameworks/native/libs/ui/tests/
DRegion_test.cpp48 void checkTJunctionFreeFromRegion(const Region& original, int expectedCount = -1) { in checkTJunctionFreeFromRegion() argument
51 if (expectedCount != -1) { in checkTJunctionFreeFromRegion()
52 EXPECT_EQ(modified.end() - modified.begin(), expectedCount); in checkTJunctionFreeFromRegion()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialPickerLayout.java353 int expectedCount = 8; in preparePrefer30sMap() local
360 if (count == expectedCount) { in preparePrefer30sMap()
363 expectedCount = 7; in preparePrefer30sMap()
365 expectedCount = 14; in preparePrefer30sMap()
367 expectedCount = 4; in preparePrefer30sMap()
/frameworks/base/location/tests/locationtests/src/android/location/
DGpsStatusTest.java172 private static void verifySatelliteCount(GpsStatus status, int expectedCount) { in verifySatelliteCount() argument
177 assertEquals("GpsStatus::SatelliteCount", expectedCount, satellites); in verifySatelliteCount()
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DCallbackRegistryTest.java215 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i); in testVeryDeepRemoveWhileNotifying() local
216 assertEquals(expectedCount, deepNotifyCount[i]); in testVeryDeepRemoveWhileNotifying()
/frameworks/data-binding/compiler/src/test/java/android/databinding/
DCallbackRegistryTest.java219 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i); in testVeryDeepRemoveWhileNotifying() local
220 assertEquals(expectedCount, deepNotifyCount[i]); in testVeryDeepRemoveWhileNotifying()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java223 int expectedCount = 8; in preparePrefer30sMap() local
230 if (count == expectedCount) { in preparePrefer30sMap()
233 expectedCount = 7; in preparePrefer30sMap()
235 expectedCount = 14; in preparePrefer30sMap()
237 expectedCount = 4; in preparePrefer30sMap()
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java431 ContentProviderOperation.Builder builder, Integer expectedCount) in builderSetExpectedCount() argument
436 field.set(builder, expectedCount); in builderSetExpectedCount()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...