Home
last modified time | relevance | path

Searched refs:topicsPercentageForRandomTopic (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java556 final int topicsPercentageForRandomTopic = 5; in testReconcileInstalledApps() local
567 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileInstalledApps()
569 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileInstalledApps()
580 .thenReturn(topicsPercentageForRandomTopic); in testReconcileInstalledApps()
639 final int topicsPercentageForRandomTopic = 5; in testSelectAssignedTopicFromTopTopics() local
647 topicsPercentageForRandomTopic, // Will select a regular topic in testSelectAssignedTopicFromTopTopics()
665 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics()
672 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics()
678 final int topicsPercentageForRandomTopic = 5; in testSelectAssignedTopicFromTopTopics_bothListsAreEmpty() local
688 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics_bothListsAreEmpty()
[all …]
DTopicsWorkerTest.java757 final int topicsPercentageForRandomTopic = 5; in testReconcileApplicationUpdate() local
797 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileApplicationUpdate()
799 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileApplicationUpdate()
810 .thenReturn(topicsPercentageForRandomTopic); in testReconcileApplicationUpdate()
1264 final int topicsPercentageForRandomTopic = 5; in testHandleAppInstallation() local
1275 topicsPercentageForRandomTopic, // Will select a regular topic in testHandleAppInstallation()
1277 topicsPercentageForRandomTopic, // Will select a regular topic in testHandleAppInstallation()
1296 .thenReturn(topicsPercentageForRandomTopic); in testHandleAppInstallation()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DAppUpdateManager.java447 final int topicsPercentageForRandomTopic = mFlags.getTopicsPercentageForRandomTopic();
472 regularTopics, randomTopics, topicsPercentageForRandomTopic);
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DPhFlags.java573 int topicsPercentageForRandomTopic = in getTopicsPercentageForRandomTopic() local
580 if (topicsPercentageForRandomTopic < 0 || topicsPercentageForRandomTopic > MAX_PERCENTAGE) { in getTopicsPercentageForRandomTopic()
584 return topicsPercentageForRandomTopic; in getTopicsPercentageForRandomTopic()