Searched defs:expectedReturnedTopics (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/ |
D | AppUpdateManagerTest.java | 180 Map<Pair<String, String>, Topic> expectedReturnedTopics = new HashMap<>(); in testReconcileUninstalledApps() local 687 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testReconcileInstalledApps() local 850 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testAssignTopicsToNewlyInstalledApps() local 913 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testAssignTopicsToSdkForAppInstallation() local
|
D | EpochManagerTest.java | 386 Map<Pair<String, String>, Topic> expectedReturnedTopics = new HashMap<>(); in testComputeReturnedAppTopics() local 755 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testProcessEpoch() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/topics/ |
D | TopicsDaoTest.java | 650 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testPersistAndRetrieveReturnedAppTopics_multipleEpochs() local 740 Map<Long, Map<Pair<String, String>, EncryptedTopic>> expectedReturnedTopics = in testPersistAndRetrieveReturnedEncryptedAppTopics_multipleEpochs() local
|