Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java611 int topicsPercentageForRandomTopic = 5; in testReconcileInstalledApps() local
622 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileInstalledApps()
624 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileInstalledApps()
635 .thenReturn(topicsPercentageForRandomTopic); in testReconcileInstalledApps()
694 int topicsPercentageForRandomTopic = 5; in testSelectAssignedTopicFromTopTopics() local
702 topicsPercentageForRandomTopic, // Will select a regular topic in testSelectAssignedTopicFromTopTopics()
720 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics()
727 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics()
733 int topicsPercentageForRandomTopic = 5; in testSelectAssignedTopicFromTopTopics_bothListsAreEmpty() local
743 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics_bothListsAreEmpty()
[all …]
DTopicsWorkerTest.java1040 int topicsPercentageForRandomTopic = 5; in testReconcileApplicationUpdate() local
1080 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileApplicationUpdate()
1082 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileApplicationUpdate()
1093 .thenReturn(topicsPercentageForRandomTopic); in testReconcileApplicationUpdate()
1547 int topicsPercentageForRandomTopic = 5; in testHandleAppInstallation() local
1558 topicsPercentageForRandomTopic, // Will select a regular topic in testHandleAppInstallation()
1560 topicsPercentageForRandomTopic, // Will select a regular topic in testHandleAppInstallation()
1579 .thenReturn(topicsPercentageForRandomTopic); in testHandleAppInstallation()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/flags/
DSmartFlags.java84 int topicsPercentageForRandomTopic = in getTopicsPercentageForRandomTopic() local
90 if (topicsPercentageForRandomTopic < 0 || topicsPercentageForRandomTopic > MAX_PERCENTAGE) { in getTopicsPercentageForRandomTopic()
94 return topicsPercentageForRandomTopic; in getTopicsPercentageForRandomTopic()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DAppUpdateManager.java453 final int topicsPercentageForRandomTopic = mFlags.getTopicsPercentageForRandomTopic();
478 regularTopics, randomTopics, topicsPercentageForRandomTopic);
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DPhFlags.java228 int topicsPercentageForRandomTopic = in getTopicsPercentageForRandomTopic() local
235 if (topicsPercentageForRandomTopic < 0 || topicsPercentageForRandomTopic > MAX_PERCENTAGE) { in getTopicsPercentageForRandomTopic()
239 return topicsPercentageForRandomTopic; in getTopicsPercentageForRandomTopic()