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 | 173         Map<Pair<String, String>, Topic> expectedReturnedTopics = new HashMap<>();  in testReconcileUninstalledApps()  local621         Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>();  in testReconcileInstalledApps()  local
 784         Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>();  in testAssignTopicsToNewlyInstalledApps()  local
 847         Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>();  in testAssignTopicsToSdkForAppInstallation()  local
 
 | 
| D | EpochManagerTest.java | 329         Map<Pair<String, String>, Topic> expectedReturnedTopics = new HashMap<>();  in testComputeReturnedAppTopics()  local621         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 | 574         Map<Long, Map<Pair<String, String>, Topic>> expectedReturnedTopics = new HashMap<>();  in testPersistAndRetrieveReturnedAppTopics_multipleEpochs()  local
 |