/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
H A D | ParametersTest.java | 85 private void verifyChannelCountWithPreview(int expectedCount, boolean preview) { in verifyChannelCountWithPreview() 91 private void verifyChannelCount(Uri channelUri, int expectedCount) { in verifyChannelCount() 105 private void verifyChannelQuery(Uri channelsUri, int expectedCount, boolean expectedException) { in verifyChannelQuery() 119 int expectedCount, boolean expectedException) { in verifyChannelUpdate() 133 private void verifyChannelDelete(Uri channelsUri, int expectedCount, in verifyChannelDelete()
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | GraphicsStatsServiceTests.cpp | 92 int expectedCount, expectedBucket; in TEST() local 148 int expectedCount, expectedBucket; in TEST() local
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BatteryStatsStopwatchTimerTest.java | 39 int expectedCount = 0; in testCount() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
H A D | PaletteListPreferenceTest.java | 60 final int expectedCount = in initPaletteView_success() local
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
H A D | BarrierConsumer.java | 43 public BarrierConsumer(int expectedCount) { in BarrierConsumer()
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | LatchedConsumer.java | 18 public LatchedConsumer(int expectedCount) { in LatchedConsumer()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | CloseGuardTest.java | 58 private void assertUnreleasedResources(ResourceOwner owner, int expectedCount) in assertUnreleasedResources()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | TestState.java | 78 public void assertChangeCount(int expectedCount) { in assertChangeCount()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityEventTest.java | 104 static void assertNoNewNonStaticFieldsAdded(Class<?> clazz, int expectedCount) { in assertNoNewNonStaticFieldsAdded()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | PersistAtomsStorageTest.java | 3191 VoiceCallSession[] calls, @Nullable VoiceCallSession expectedCall, int expectedCount) { in assertHasCall() 3215 int expectedCount, long expectedTime) { in assertHasStatsCountTime() 3236 @Nullable RcsClientProvisioningStats expectedStats, int expectedCount) { in assertHasStatsAndCount() 3251 @Nullable ImsDedicatedBearerListenerEvent expectedStats, int expectedCount) { in assertHasStats() 3266 @Nullable ImsDedicatedBearerEvent expectedStats, int expectedCount) { in assertHasStatsAndCount() 3308 Object expectedStats, int expectedCount) { in assertHasStats() 3339 Object expectedStats, int expectedCount) { in assertHasStats() 3373 @Nullable GbaEvent expectedStats, int expectedCount) { in assertHasStatsAndCount() 3389 @Nullable SipMessageResponse expectedStats, int expectedCount) { in assertHasStats() 3406 @Nullable SipTransportSession expectedStats, int expectedCount) { in assertHasStats()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | SpannableStringUtilsTests.java | 76 private static void assertSpanCount(final int expectedCount, final CharSequence cs) { in assertSpanCount()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
H A D | IntHistogramTest.java | 58 private void incrementValueAndVerify(int value, int expectedBucketIndex, int expectedCount) { in incrementValueAndVerify()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/ |
H A D | LocaleSpanCompatUtilsTests.java | 69 private static void assertSpanCount(final int expectedCount, final Spanned spanned) { in assertSpanCount()
|
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | CallbackRegistryTest.java | 215 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i); in testVeryDeepRemoveWhileNotifying() local
|
/aosp12/hardware/interfaces/broadcastradio/common/tests/ |
H A D | IdentifierIterator_test.cpp | 132 const auto expectedCount = 1 + sel.secondaryIds.size(); in TEST() local
|
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
H A D | LogEventChecker.java | 66 final int expectedCount = mExpectedEvents.entrySet() in finishSync() local
|
/aosp12/frameworks/native/libs/ui/tests/ |
H A D | Region_test.cpp | 48 void checkTJunctionFreeFromRegion(const Region& original, int expectedCount = -1) { in checkTJunctionFreeFromRegion()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | EventThreadTest.cpp | 227 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection() 241 unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | AbstractRestrictBackgroundNetworkTestCase.java | 198 protected void assertRestrictBackgroundChangedReceived(int expectedCount) throws Exception { in assertRestrictBackgroundChangedReceived() 203 protected void assertRestrictBackgroundChangedReceived(String receiverName, int expectedCount) in assertRestrictBackgroundChangedReceived()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/ |
H A D | NitzStateMachineImplTest.java | 633 void assertChangeCount(int expectedCount) { in assertChangeCount()
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/ |
H A D | MediaTranscoderTests.cpp | 158 int32_t expectedCount = in transcodeHelper() local
|
/aosp12/system/libfmq/tests/ |
H A D | msgq_test_client.cpp | 857 size_t expectedCount = 0; in TYPED_TEST() local 1060 size_t expectedCount = 0; in TYPED_TEST() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RadialTimePickerView.java | 247 int expectedCount = 8; in preparePrefer30sMap() local
|
/aosp12/frameworks/base/core/java/android/util/proto/ |
H A D | ProtoOutputStream.java | 2211 final long expectedCount = expectedFlags & FIELD_COUNT_MASK; in checkFieldId() local
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | BaseContactsProvider2Test.java | 1352 protected void assertRowCount(int expectedCount, Uri uri, String selection, String[] args) { in assertRowCount()
|