Searched defs:expectedReturnedTopics (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/ |
D | AppUpdateManagerTest.java | 169 Map<Pair<String, String>, Topic> expectedReturnedTopics = new HashMap<>(); in testReconcileUninstalledApps() local 676 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testReconcileInstalledApps() local 839 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testAssignTopicsToNewlyInstalledApps() local 902 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testAssignTopicsToSdkForAppInstallation() local
|
D | EpochManagerTest.java | 365 Map<Pair<String, String>, Topic> expectedReturnedTopics = new HashMap<>(); in testComputeReturnedAppTopics() local 734 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testProcessEpoch() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/data/topics/ |
D | TopicsDaoTest.java | 643 Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>(); in testPersistAndRetrieveReturnedAppTopics_multipleEpochs() local 733 Map<Long, Map<Pair<String, String>, EncryptedTopic>> expectedReturnedTopics = in testPersistAndRetrieveReturnedEncryptedAppTopics_multipleEpochs() local
|