Home
last modified time | relevance | path

Searched refs:expected1 (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/signals/
DSignalsIntakeE2ETest.java336 List<DBProtectedSignal> expected1 = in testComplexJsonNoNetwork() local
344 assertSignalsUnorderedListEqualsExceptIdAndTime(expected1, actual1); in testComplexJsonNoNetwork()
474 List<DBProtectedSignal> expected1 = in testComplexJson() local
482 assertSignalsUnorderedListEqualsExceptIdAndTime(expected1, actual1); in testComplexJson()
530 List<DBProtectedSignal> expected1 = in testOverwriteAppendWithPut() local
534 assertSignalsUnorderedListEqualsExceptIdAndTime(expected1, actual1); in testOverwriteAppendWithPut()
570 List<DBProtectedSignal> expected1 = Arrays.asList(generateSignal(1, 100)); in testAddToPutWithAppend() local
572 assertSignalsUnorderedListEqualsExceptIdAndTime(expected1, actual1); in testAddToPutWithAppend()
DUpdateProcessingOrchestratorTest.java277 DBProtectedSignal expected1 = createSignal(KEY_1, VALUE); in testUpdatesProcessorTwoInserts() local
283 .containsExactlyElementsIn(Arrays.asList(expected1, expected2)); in testUpdatesProcessorTwoInserts()
/packages/apps/Settings/tests/unit/src/com/android/settings/localepicker/
DLocaleFeatureProviderImplTest.java61 String expected1 = in getLocaleNames_hasEnAndZh_resultIsEnglishAndChinese() local
64 assertTrue(result.contains(expected1)); in getLocaleNames_hasEnAndZh_resultIsEnglishAndChinese()
/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp937 ShellData expected1; in TEST() local
938 expected1.add_atom()->mutable_screen_state_changed()->set_state( in TEST()
940 expected1.add_elapsed_timestamp_nanos(pushedList[0]->GetElapsedTimestampNs()); in TEST()
941 EXPECT_THAT(expected1, EqShellData(actual1)); in TEST()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DHelpersTest.java98 final File expected1 = new File(getContext().getFilesDir(), "file.txt"); in testGenerateSaveFileDupes() local
106 assertEquals(expected1.getAbsolutePath(), actual1); in testGenerateSaveFileDupes()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java788 DBAdSelectionEntry expected1 = in testGetsAdSelectionEntryExistsAndMultipleBuyerDecisionLogicExist() local
790 assertEquals(adSelectionEntry1, expected1); in testGetsAdSelectionEntryExistsAndMultipleBuyerDecisionLogicExist()