Home
last modified time | relevance | path

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

/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DTestStateChangeListener.java31 public void assertNotificationsReceivedAndReset(int expectedCount) { in assertNotificationsReceivedAndReset()
40 private void assertNotificationsReceived(int expectedCount) { in assertNotificationsReceived()
DTestState.java79 public void assertChangeCount(int expectedCount) { in assertChangeCount()
DTimeZoneDetectorStrategyImplTest.java1801 TestStateChangeListener stateChangeListener, int expectedCount) { in assertStateChangeNotificationsSent()
/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp95 int expectedCount, expectedBucket; in TEST() local
151 int expectedCount, expectedBucket; in TEST() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java5691 VoiceCallSession[] calls, @Nullable VoiceCallSession expectedCall, int expectedCount) { in assertHasCall()
5715 int expectedCount, long expectedTime) { in assertHasStatsCountTime()
5736 @Nullable RcsClientProvisioningStats expectedStats, int expectedCount) { in assertHasStatsAndCount()
5751 @Nullable ImsDedicatedBearerListenerEvent expectedStats, int expectedCount) { in assertHasStats()
5766 @Nullable ImsDedicatedBearerEvent expectedStats, int expectedCount) { in assertHasStatsAndCount()
5832 @Nullable SatelliteSession expectedStats, int expectedCount) { in assertHasStatsAndCount()
5863 @Nullable SatelliteIncomingDatagram expectedStats, int expectedCount) { in assertHasStatsAndCount()
5880 @Nullable SatelliteOutgoingDatagram expectedStats, int expectedCount) { in assertHasStatsAndCount()
5898 @Nullable SatelliteProvision expectedStats, int expectedCount) { in assertHasStatsAndCount()
5914 @Nullable SatelliteSosMessageRecommender expectedStats, int expectedCount) { in assertHasStatsAndCount()
[all …]
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsStopwatchTimerTest.java39 int expectedCount = 0; in testCount() local
/frameworks/base/core/tests/coretests/src/android/view/
DHapticScrollFeedbackProviderTest.java442 private void assertOnlyFeedback(TestView view, int expectedFeedback, int expectedCount) { in assertOnlyFeedback()
448 private void assertFeedbackCount(TestView view, int feedback, int expectedCount) { in assertFeedbackCount()
/frameworks/base/core/tests/coretests/src/android/util/
DCloseGuardTest.java72 private void assertUnreleasedResources(ResourceOwner owner, int expectedCount) in assertUnreleasedResources()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityEventTest.java113 static void assertNoNewNonStaticFieldsAdded(Class<?> clazz, int expectedCount) { in assertNoNewNonStaticFieldsAdded()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DCallbackRegistryTest.java224 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i); in testVeryDeepRemoveWhileNotifying() local
/frameworks/native/libs/ui/tests/
DRegion_test.cpp48 void checkTJunctionFreeFromRegion(const Region& original, int expectedCount = -1) { in checkTJunctionFreeFromRegion()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp264 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
278 unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineImplTest.java880 void assertChangeCount(int expectedCount) { in assertChangeCount()
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DMediaTranscoderTests.cpp158 int32_t expectedCount = in transcodeHelper() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxUiControllerTest.java302 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop()
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java408 final int expectedCount = expectedJobs.size(); in runWritingJobsToDisk() local
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java252 int expectedCount = 8; in preparePrefer30sMap() local
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java2212 final long expectedCount = expectedFlags & FIELD_COUNT_MASK; in checkFieldId() local
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DTimeDetectorStrategyImplTest.java2469 TestStateChangeListener stateChangeListener, int expectedCount) { in assertStateChangeNotificationsSent()