Searched refs:ALREADY_ENROLLED_CHANNEL (Results 1 – 10 of 10) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/enrollment/ |
D | BetaUxEnrollmentChannelCollectionTest.java | 45 BetaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL, in betaUxEnrollmentChannelCollectionTest_enrollmentChannelOrderCheck() 64 < BetaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL in betaUxEnrollmentChannelCollectionTest_priorityCheck() 68 BetaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL.getPriority() in betaUxEnrollmentChannelCollectionTest_priorityCheck() 86 BetaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL
|
D | U18UxEnrollmentChannelCollectionTest.java | 45 U18UxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL, in u18UxEnrollmentChannelCollectionTest_enrollmentChannelOrderCheck() 66 < U18UxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL in u18UxEnrollmentChannelCollectionTest_priorityCheck() 70 U18UxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL.getPriority() in u18UxEnrollmentChannelCollectionTest_priorityCheck() 93 assertThat(U18UxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL.getEnrollmentChannel())
|
D | GaUxEnrollmentChannelCollectionTest.java | 45 GaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL, in gaUxEnrollmentChannelCollectionTest_enrollmentChannelOrderCheck() 78 < GaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL in gaUxEnrollmentChannelCollectionTest_priorityCheck() 82 GaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL.getPriority() in gaUxEnrollmentChannelCollectionTest_priorityCheck() 114 assertThat(GaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL.getEnrollmentChannel())
|
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/feature/ |
D | PrivacySandboxEnrollmentChannelCollection.java | 27 ALREADY_ENROLLED_CHANNEL, enumConstant
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/collection/ |
D | BetaUxEnrollmentChannelCollection.java | 36 ALREADY_ENROLLED_CHANNEL(/* priority= */ 2, new AlreadyEnrolledChannel()), enumConstant
|
D | RvcUxEnrollmentChannelCollection.java | 36 ALREADY_ENROLLED_CHANNEL(/* priority= */ 2, new AlreadyEnrolledChannel()), enumConstant
|
D | U18UxEnrollmentChannelCollection.java | 37 ALREADY_ENROLLED_CHANNEL(/* priority= */ 2, new AlreadyEnrolledChannel()), enumConstant
|
D | GaUxEnrollmentChannelCollection.java | 41 ALREADY_ENROLLED_CHANNEL(/* priority= */ 2, new AlreadyEnrolledChannel()), enumConstant
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | UiStatsLogger.java | 709 } else if (enrollmentChannel == GaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL in getEnrollmentChannel() 710 || enrollmentChannel == BetaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL in getEnrollmentChannel() 711 || enrollmentChannel == U18UxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL in getEnrollmentChannel() 712 || enrollmentChannel == RvcUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL) { in getEnrollmentChannel()
|
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/util/ |
D | UxEngineUtilTest.java | 253 .isEqualTo(GaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL); in getEligibleEnrollmentChannelTest_gaUxNotificationAlreadyDisplayed() 408 .isEqualTo(BetaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL); in getEligibleEnrollmentChannelTest_betaUxNotificationAlreadyDisplayed() 475 .isEqualTo(U18UxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL); in getEligibleEnrollmentChannelTest_u18UxNotificationAlreadyDisplayed()
|