Searched refs:appOnlyCaller (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/ |
D | AppUpdateManager.java | 319 Pair<String, String> appOnlyCaller = Pair.create(app, EMPTY_SDK); in assignTopicsToSdkForAppInstallation() local 346 && pastReturnedTopics.get(epochId).containsKey(appOnlyCaller)) { in assignTopicsToSdkForAppInstallation() 348 Topic appReturnedTopic = pastReturnedTopics.get(epochId).get(appOnlyCaller); in assignTopicsToSdkForAppInstallation() 455 Pair<String, String> appOnlyCaller = Pair.create(app, EMPTY_SDK); 489 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, assignedTopic));
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/ |
D | AppUpdateManagerTest.java | 875 Pair<String, String> appOnlyCaller = Pair.create(app, EMPTY_SDK); in testAssignTopicsToSdkForAppInstallation() local 892 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, topic)); in testAssignTopicsToSdkForAppInstallation() 919 expectedReturnedTopics.put(epochId, Map.of(appSdkCaller, topic, appOnlyCaller, topic)); in testAssignTopicsToSdkForAppInstallation() 934 Pair<String, String> appOnlyCaller = Pair.create(app, sdk); in testAssignTopicsToSdkForAppInstallation_NonSdk() local 949 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, topic)); in testAssignTopicsToSdkForAppInstallation_NonSdk() 964 Pair<String, String> appOnlyCaller = Pair.create(app, EMPTY_SDK); in testAssignTopicsToSdkForAppInstallation_unsatisfiedApp() local 990 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 2L, Map.of(appOnlyCaller, topic)); in testAssignTopicsToSdkForAppInstallation_unsatisfiedApp() 1000 appOnlyCaller, in testAssignTopicsToSdkForAppInstallation_unsatisfiedApp() 1015 Pair<String, String> appOnlyCaller = Pair.create(app, EMPTY_SDK); in testAssignTopicsToSdkForAppInstallation_unsatisfiedSdk() local 1022 mTopicsDao.persistReturnedAppTopicsMap(/* epochId */ 2L, Map.of(appOnlyCaller, topic)); in testAssignTopicsToSdkForAppInstallation_unsatisfiedSdk() [all …]
|
D | TopicsWorkerTest.java | 588 Pair<String, String> appOnlyCaller = Pair.create(app, /* sdk */ ""); in testGetTopics_handleSdkTopicAssignment() local 600 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, topic)); in testGetTopics_handleSdkTopicAssignment() 642 Pair<String, String> appOnlyCaller = Pair.create(app, /* sdk */ ""); in testGetTopics_handleSdkTopicAssignment_existingTopicsForSdk() local 655 mTopicsDao.persistReturnedAppTopicsMap(epochId, Map.of(appOnlyCaller, topic)); in testGetTopics_handleSdkTopicAssignment_existingTopicsForSdk()
|