Home
last modified time | relevance | path

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

/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DParametersTest.java85 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()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/
DRecyclerViewItemCountAssertion.java34 public RecyclerViewItemCountAssertion(int expectedCount) { in RecyclerViewItemCountAssertion()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DPaletteListPreferenceTest.java60 final int expectedCount = in initPaletteView_success() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryOptimizeLogUtilsTest.java65 final int expectedCount = 10; in writeLog_multipleLogs_withCorrectCounts() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DLatchedConsumer.java18 public LatchedConsumer(int expectedCount) { in LatchedConsumer()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/bugreport/
DBatteryUsageLogUtilsTest.java65 final int expectedCount = 10; in writeLog_multipleLogs_withCorrectCounts() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/utils/
DRetransmitterTest.java173 int expectedCount = IKE_RETRANS_TIMEOUT_MS_LIST.length * 2; in testRestartRetransmit() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSpannableStringUtilsTests.java76 private static void assertSpanCount(final int expectedCount, final CharSequence cs) { in assertSpanCount()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DIntHistogramTest.java58 private void incrementValueAndVerify(int value, int expectedBucketIndex, int expectedCount) { in incrementValueAndVerify()
/packages/services/Mms/tests/unittests/src/com/android/mms/service/metrics/
DPersistMmsAtomsStorageTest.java541 @Nullable IncomingMms expectedMms, long expectedCount, long expectedAvg) { in assertHasMmsAndCountAvg()
566 @Nullable OutgoingMms expectedMms, long expectedCount, long expectedAvg) { in assertHasMmsAndCountAvg()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLogEventChecker.java62 final int expectedCount = mExpectedEvents.entrySet() in finishSync() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DLocaleSpanCompatUtilsTests.java69 private static void assertSpanCount(final int expectedCount, final Spanned spanned) { in assertSpanCount()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java269 protected void assertRestrictBackgroundChangedReceived(int expectedCount) throws Exception { in assertRestrictBackgroundChangedReceived()
274 protected void assertRestrictBackgroundChangedReceived(String receiverName, int expectedCount) in assertRestrictBackgroundChangedReceived()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java1370 protected void assertRowCount(int expectedCount, Uri uri, String selection, String[] args) { in assertRowCount()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java3121 private void checkCalendarCount(int expectedCount) { in checkCalendarCount()