Home
last modified time | relevance | path

Searched defs:expectedCount (Results 1 – 20 of 20) 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
121 final int expectedCount = 3; in testNotifyInserted() local
161 final int expectedCount = 3; in testNotifyMoved() local
201 final int expectedCount = 3; in testNotifyRemoved() local
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
DAlertDialogCursorTest.java170 final int expectedCount = expectedContent.length; in verifySimpleItemsContent() local
229 final int expectedCount = expectedContent.length; in verifyMultiChoiceItemsState() local
257 final int expectedCount = expectedContent.length; in verifyMultiChoiceItemsContent() local
345 final int expectedCount = expectedContent.length; in verifySingleChoiceItemsState() local
374 final int expectedCount = expectedContent.length; in verifySingleChoiceItemsContent() local
DAlertDialogTest.java429 final int expectedCount = expectedContent.length; in verifySimpleItemsContent() local
515 final int expectedCount = expectedContent.length; in verifyMultiChoiceItemsState() local
543 final int expectedCount = expectedContent.length; in verifyMultiChoiceItemsContent() local
641 final int expectedCount = expectedContent.length; in verifySingleChoiceItemsState() local
670 final int expectedCount = expectedContent.length; in verifySingleChoiceItemsContent() local
/frameworks/support/viewpager/src/androidTest/java/android/support/v4/testutils/
DTestUtilsAssertions.java32 public static ViewAssertion hasDisplayedChildren(final int expectedCount) { in hasDisplayedChildren()
/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp92 int expectedCount, expectedBucket; in TEST() local
148 int expectedCount, expectedBucket; in TEST() local
DBakedOpDispatcherTests.cpp269 int expectedCount = 2; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsStopwatchTimerTest.java37 int expectedCount = 0; in testCount() local
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityEventTest.java103 static void assertNoNewNonStaticFieldsAdded(Class<?> clazz, int expectedCount) { in assertNoNewNonStaticFieldsAdded()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp152 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
166 unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
/frameworks/native/libs/ui/tests/
DRegion_test.cpp48 void checkTJunctionFreeFromRegion(const Region& original, int expectedCount = -1) { in checkTJunctionFreeFromRegion()
/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
DTestQueryCallback.java60 public void reset(int expectedCount) throws InterruptedException { in reset()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DCallbackRegistryTest.java215 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i); in testVeryDeepRemoveWhileNotifying() local
/frameworks/data-binding/compiler/src/test/java/android/databinding/
DCallbackRegistryTest.java219 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i); in testVeryDeepRemoveWhileNotifying() local
/frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/
DAsyncPagedListDifferTest.kt253 val expectedCount = intArrayOf(0) in itemCountUpdatedBeforeListUpdateCallbacks() constant
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DAsyncListDifferTest.kt238 val expectedCount = intArrayOf(0) in listUpdatedBeforeListUpdateCallbacks() constant
DAsyncListUtilTest.java170 final int expectedCount, in assertLoadedItemsOnUiThread()
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java431 ContentProviderOperation.Builder builder, Integer expectedCount) in builderSetExpectedCount()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialPickerLayout.java355 int expectedCount = 8; in preparePrefer30sMap() local
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java247 int expectedCount = 8; in preparePrefer30sMap() local
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java2291 final long expectedCount = expectedFlags & FIELD_COUNT_MASK; in checkFieldId() local