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 | 556         final int topicsPercentageForRandomTopic = 5;  in testReconcileInstalledApps()  local567                             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 …]
 
 | 
| D | TopicsWorkerTest.java | 757         final int topicsPercentageForRandomTopic = 5;  in testReconcileApplicationUpdate()  local797                             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/ | 
| D | AppUpdateManager.java | 447         final int topicsPercentageForRandomTopic = mFlags.getTopicsPercentageForRandomTopic();472                             regularTopics, randomTopics, topicsPercentageForRandomTopic);
 
 | 
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ | 
| D | PhFlags.java | 573         int topicsPercentageForRandomTopic =  in getTopicsPercentageForRandomTopic()  local580         if (topicsPercentageForRandomTopic < 0 || topicsPercentageForRandomTopic > MAX_PERCENTAGE) {  in getTopicsPercentageForRandomTopic()
 584         return topicsPercentageForRandomTopic;  in getTopicsPercentageForRandomTopic()
 
 |