Home
last modified time | relevance | path

Searched refs:SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/adservices/common/
DAdServicesStatusUtils.java271 public static final String SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE = field in AdServicesStatusUtils
346 return new SecurityException(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in asException()
348 return new SecurityException(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in asException()
350 return new SecurityException(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in asException()
352 return new SecurityException(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in asException()
354 return new SecurityException(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in asException()
356 return new SecurityException(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in asException()
358 return new SecurityException(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in asException()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeAllowListsFilterTest.java126 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testIsNotAllowedAdSelection()
150 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testNotAllowedPpapi()
174 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testNotAllowedSignals()
DFledgeAuthorizationFilterTest.java671 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testAssertAdTechHasPermission_noEnrollmentForAdTech_throwSecurityException()
721 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testAssertAdTechHasPermission_appManifestNoPermission_throwSecurityException()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DCustomAudienceApiCtsTest.java19 …ic android.adservices.common.AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MES…
189 .isEqualTo(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in testJoinCustomAudience_withMissingEnrollment_fail()
477 .isEqualTo(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in testFetchAndJoinCustomAudience_unenrolledFetchUri_invalidRequest()
753 .isEqualTo(SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in testLeaveCustomAudience_withMissingEnrollment_fail()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeAllowListsFilter.java93 super(AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in AppNotAllowedException()
DFledgeAuthorizationFilter.java515 super(AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in AdTechNotAllowedException()
/packages/modules/AdServices/adservices/tests/cts/ui/odp/common/src/com/android/adservices/tests/ui/common/
DCommonServicesTest.java18 …ic android.adservices.common.AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MES…
294 + SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in testGetAdservicesCommonStatesNotAllowed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceServiceImplTest.java21 …ic android.adservices.common.AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MES…
1691 STATUS_CALLER_NOT_ALLOWED, SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in testEnrollmentCheckEnabledWithNoEnrollment_joinCustomAudience_fails()
1801 STATUS_CALLER_NOT_ALLOWED, SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in testEnrollmentCheckEnabledWithNoEnrollment_leaveCustomAudience_fails()
1911 STATUS_CALLER_NOT_ALLOWED, SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in testNotInAllowList_joinCustomAudience_fail()
1955 STATUS_CALLER_NOT_ALLOWED, SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE); in testNotInAllowList_leaveCustomAudience_fail()
DFetchCustomAudienceImplTest.java21 …ic android.adservices.common.AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MES…
427 SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testImpl_failedEnrollmentCheck_throws()
460 SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testImpl_appCannotUsePPAPI_throws()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionE2ETest.java7348 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE)); in testRunAdSelectionFailsWhenAppCannotUsePPApi()
7473 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE)); in testRunAdSelectionFailsWhenAdTechFailsEnrollmentCheck()
DAdSelectionServiceImplTest.java7688 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testReportImpressionFailsWhenAppCannotUsePPApi()
7812 AdServicesStatusUtils.SECURITY_EXCEPTION_CALLER_NOT_ALLOWED_ERROR_MESSAGE, in testReportImpressionFailsWhenSellerFailsEnrollmentCheck()