Searched defs:expectedCount (Results 1 – 11 of 11) sorted by relevance
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
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()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | PaletteListPreferenceTest.java | 60 final int expectedCount = in initPaletteView_success() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | BarrierConsumer.java | 43 public BarrierConsumer(int expectedCount) { in BarrierConsumer()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | LatchedConsumer.java | 18 public LatchedConsumer(int expectedCount) { in LatchedConsumer()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | SpannableStringUtilsTests.java | 76 private static void assertSpanCount(final int expectedCount, final CharSequence cs) { in assertSpanCount()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | IntHistogramTest.java | 58 private void incrementValueAndVerify(int value, int expectedBucketIndex, int expectedCount) { in incrementValueAndVerify()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/ |
D | LocaleSpanCompatUtilsTests.java | 69 private static void assertSpanCount(final int expectedCount, final Spanned spanned) { in assertSpanCount()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | LogEventChecker.java | 66 final int expectedCount = mExpectedEvents.entrySet() in finishSync() local
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | AbstractRestrictBackgroundNetworkTestCase.java | 198 protected void assertRestrictBackgroundChangedReceived(int expectedCount) throws Exception { in assertRestrictBackgroundChangedReceived() 203 protected void assertRestrictBackgroundChangedReceived(String receiverName, int expectedCount) in assertRestrictBackgroundChangedReceived()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 1352 protected void assertRowCount(int expectedCount, Uri uri, String selection, String[] args) { in assertRowCount()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 3121 private void checkCalendarCount(int expectedCount) { in checkCalendarCount()
|