Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTestStateChangeListener.java30 public void assertNotificationsReceivedAndReset(int expectedCount) { in assertNotificationsReceivedAndReset()
39 private void assertNotificationsReceived(int expectedCount) { in assertNotificationsReceived()
H A DTestState.java79 public void assertChangeCount(int expectedCount) { in assertChangeCount()
H A DTimeZoneDetectorStrategyImplTest.java1801 TestStateChangeListener stateChangeListener, int expectedCount) { in assertStateChangeNotificationsSent()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DGraphicsStatsServiceTests.cpp95 int expectedCount, expectedBucket; in TEST() local
151 int expectedCount, expectedBucket; in TEST() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsStopwatchTimerTest.java39 int expectedCount = 0; in testCount() local
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DCloseGuardTest.java58 private void assertUnreleasedResources(ResourceOwner owner, int expectedCount) in assertUnreleasedResources()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityEventTest.java113 static void assertNoNewNonStaticFieldsAdded(Class<?> clazz, int expectedCount) { in assertNoNewNonStaticFieldsAdded()
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCallbackRegistryTest.java216 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i); in testVeryDeepRemoveWhileNotifying() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java292 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java368 final int expectedCount = expectedJobs.size(); in runWritingJobsToDisk() local
/aosp14/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java248 int expectedCount = 8; in preparePrefer30sMap() local
/aosp14/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java2211 final long expectedCount = expectedFlags & FIELD_COUNT_MASK; in checkFieldId() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorStrategyImplTest.java2469 TestStateChangeListener stateChangeListener, int expectedCount) { in assertStateChangeNotificationsSent()