Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
DTestStateChangeListener.java30 public void assertNotificationsReceivedAndReset(int expectedCount) { in assertNotificationsReceivedAndReset()
39 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/base/services/tests/servicestests/src/com/android/server/power/stats/
DBatteryStatsStopwatchTimerTest.java39 int expectedCount = 0; in testCount() local
/frameworks/base/core/tests/coretests/src/android/util/
DCloseGuardTest.java58 private void assertUnreleasedResources(ResourceOwner owner, int expectedCount) in assertUnreleasedResources()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java4490 VoiceCallSession[] calls, @Nullable VoiceCallSession expectedCall, int expectedCount) { in assertHasCall()
4514 int expectedCount, long expectedTime) { in assertHasStatsCountTime()
4535 @Nullable RcsClientProvisioningStats expectedStats, int expectedCount) { in assertHasStatsAndCount()
4550 @Nullable ImsDedicatedBearerListenerEvent expectedStats, int expectedCount) { in assertHasStats()
4565 @Nullable ImsDedicatedBearerEvent expectedStats, int expectedCount) { in assertHasStatsAndCount()
4619 @Nullable SatelliteSession expectedStats, int expectedCount) { in assertHasStatsAndCount()
4634 @Nullable SatelliteIncomingDatagram expectedStats, int expectedCount) { in assertHasStatsAndCount()
4650 @Nullable SatelliteOutgoingDatagram expectedStats, int expectedCount) { in assertHasStatsAndCount()
4667 @Nullable SatelliteProvision expectedStats, int expectedCount) { in assertHasStatsAndCount()
4683 @Nullable SatelliteSosMessageRecommender expectedStats, int expectedCount) { in assertHasStatsAndCount()
[all …]
/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.java216 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.cpp235 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
249 unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DMediaTranscoderTests.cpp158 int32_t expectedCount = in transcodeHelper() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineImplTest.java880 void assertChangeCount(int expectedCount) { in assertChangeCount()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxUiControllerTest.java292 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop()
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java368 final int expectedCount = expectedJobs.size(); in runWritingJobsToDisk() local
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java248 int expectedCount = 8; in preparePrefer30sMap() local
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java2211 final long expectedCount = expectedFlags & FIELD_COUNT_MASK; in checkFieldId() local
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
DTimeDetectorStrategyImplTest.java2469 TestStateChangeListener stateChangeListener, int expectedCount) { in assertStateChangeNotificationsSent()