Home
last modified time | relevance | path

Searched defs:expectedCount (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DClipboardManagerListenerTest.java58 int expectedCount = 0; in testListener() local
78 private void assertClipChangedCount(final int expectedCount) { in assertClipChangedCount()
87 private void assertNoClipChange(int expectedCount) throws InterruptedException { in assertNoClipChange()
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
DTestObserverCallback.java73 public void waitForNotificationCount(int expectedCount) throws InterruptedException { in waitForNotificationCount()
/cts/tests/tests/car/src/android/car/cts/
DCarMediaManagerTest.java95 private void initMediaSourceTrackers(int expectedCount) { in initMediaSourceTrackers()
247 MediaSourceTracker(int expectedCount) { in MediaSourceTracker()
/cts/tests/tests/util/src/android/util/cts/
DCloseGuardTest.java73 private void assertUnreleasedResources(ResourceOwner owner, int expectedCount) in assertUnreleasedResources()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DDuplicateIdActivityTest.java85 int expectedCount, String activityTitle) { in findViews()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTypeTest.java103 int expectedCount = 8 + 4 + 2 + 1; in testGetCount() local
/cts/tests/tests/provider/src/android/provider/cts/
DSearchRecentSuggestionsTest.java223 final Uri uri, final String[] projection, final int expectedCount) { in waitForCursorCount()
/cts/tests/surfacecontrol/jni/
DChoreographerTestUtils.h133 static void verifyCallback(JNIEnv* env, const Callback& cb, int expectedCount, in verifyCallback()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_type.cpp135 size_t expectedCount = 8 + 4 + 2 + 1; in Java_android_cts_rscpp_RSTypeTest_testGetCount() local
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java495 Integer expectedCount = expectedFreq.get(actualEntry.getKey()); in assertContentsInAnyOrder() local
504 int expectedCount = expectedEntry.getValue(); in assertContentsInAnyOrder() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DUidAtomTests.java415 int expectedCount = 0; in testForegroundServiceAccessAppOp() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java220 int start, int end, boolean measureForwards, float maxWidth, int expectedCount, in verifyBreakText()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java1159 private void verifyOverlap(long startMillis, long endMillis, int expectedCount, in verifyOverlap()
1594 private void verifyChannelCountWithCanonicalGenre(String canonicalGenre, int expectedCount) { in verifyChannelCountWithCanonicalGenre()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1559 private void waitForCallCount(AtomicInteger counter, int expectedCount) { in waitForCallCount()
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java670 int expectedCount = e.getValue(); in testClear() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java388 private void assertNotificationCount(int expectedCount) { in assertNotificationCount()
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java3692 private void verifyCalendar(String account, ContentValues values, long id, int expectedCount) { in verifyCalendar()