Home
last modified time | relevance | path

Searched refs:SOURCE_1 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java141 private static final Source SOURCE_1 = field in AsyncRegistrationQueueRunnerTest
2793 SOURCE_1, in testRegister_registrationTypeSource_sourceFetchSuccess()
2794 SOURCE_1.getPublisher(), in testRegister_registrationTypeSource_sourceFetchSuccess()
2832 SOURCE_1, in testRegister_registrationTypeSource_exceedsPrivacyParam_destination()
2833 SOURCE_1.getPublisher(), in testRegister_registrationTypeSource_exceedsPrivacyParam_destination()
2876 SOURCE_1, in testRegister_registrationTypeSource_exceedsDestinationRateLimit()
2877 SOURCE_1.getPublisher(), in testRegister_registrationTypeSource_exceedsDestinationRateLimit()
2920 SOURCE_1, in testRegister_registrationTypeSource_exceedsDestinationReportingRateLimit()
2921 SOURCE_1.getPublisher(), in testRegister_registrationTypeSource_exceedsDestinationReportingRateLimit()
2955 SOURCE_1, in testRegister_registrationTypeSource_exceedsOneOriginPerPublisherXEnrollmentLimit()
[all …]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSource.java34 public static final MockSource SOURCE_1 = new MockSource("SOURCE_1"); field in MockSource