Home
last modified time | relevance | path

Searched refs:expectedReturnedTopicsMap (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/
DTopicsDaoTest.java1171 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopicsMap = in testDeleteEntriesFromTableByColumnWithEqualCondition_nonExistingArguments() local
1182 .isEqualTo(expectedReturnedTopicsMap); in testDeleteEntriesFromTableByColumnWithEqualCondition_nonExistingArguments()
1192 .isEqualTo(expectedReturnedTopicsMap); in testDeleteEntriesFromTableByColumnWithEqualCondition_nonExistingArguments()
1205 .isEqualTo(expectedReturnedTopicsMap); in testDeleteEntriesFromTableByColumnWithEqualCondition_nonExistingArguments()
1225 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopicsMap = in testDeleteEntriesFromTableByColumnWithEqualCondition_emptyValuesToDelete() local
1238 .isEqualTo(expectedReturnedTopicsMap); in testDeleteEntriesFromTableByColumnWithEqualCondition_emptyValuesToDelete()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java296 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopicsMap = in testReconcileUninstalledApps_handleTopicsWithoutContributor() local
299 .isEqualTo(expectedReturnedTopicsMap); in testReconcileUninstalledApps_handleTopicsWithoutContributor()