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/ |
D | AppUpdateManagerTest.java | 622 final int topicsPercentageForRandomTopic = 5; in testReconcileInstalledApps() local 633 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileInstalledApps() 635 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileInstalledApps() 646 .thenReturn(topicsPercentageForRandomTopic); in testReconcileInstalledApps() 705 final int topicsPercentageForRandomTopic = 5; in testSelectAssignedTopicFromTopTopics() local 713 topicsPercentageForRandomTopic, // Will select a regular topic in testSelectAssignedTopicFromTopTopics() 731 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics() 738 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics() 744 final int topicsPercentageForRandomTopic = 5; in testSelectAssignedTopicFromTopTopics_bothListsAreEmpty() local 754 regularTopics, randomTopics, topicsPercentageForRandomTopic); in testSelectAssignedTopicFromTopTopics_bothListsAreEmpty() [all …]
|
D | TopicsWorkerTest.java | 1054 final int topicsPercentageForRandomTopic = 5; in testReconcileApplicationUpdate() local 1094 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileApplicationUpdate() 1096 topicsPercentageForRandomTopic, // Will select a regular topic in testReconcileApplicationUpdate() 1107 .thenReturn(topicsPercentageForRandomTopic); in testReconcileApplicationUpdate() 1561 final int topicsPercentageForRandomTopic = 5; in testHandleAppInstallation() local 1572 topicsPercentageForRandomTopic, // Will select a regular topic in testHandleAppInstallation() 1574 topicsPercentageForRandomTopic, // Will select a regular topic in testHandleAppInstallation() 1593 .thenReturn(topicsPercentageForRandomTopic); in testHandleAppInstallation()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/ |
D | AppUpdateManager.java | 453 final int topicsPercentageForRandomTopic = mFlags.getTopicsPercentageForRandomTopic(); 478 regularTopics, randomTopics, topicsPercentageForRandomTopic);
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ |
D | PhFlags.java | 197 int topicsPercentageForRandomTopic = in getTopicsPercentageForRandomTopic() local 204 if (topicsPercentageForRandomTopic < 0 || topicsPercentageForRandomTopic > MAX_PERCENTAGE) { in getTopicsPercentageForRandomTopic() 208 return topicsPercentageForRandomTopic; in getTopicsPercentageForRandomTopic()
|