Home
last modified time | relevance | path

Searched refs:AppNotAllowedException (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeAllowListsFilter.java65 throws AppNotAllowedException { in assertAppInAllowlist()
76 throw new AppNotAllowedException(); in assertAppInAllowlist()
87 public static class AppNotAllowedException extends SecurityException { class in FledgeAllowListsFilter
92 public AppNotAllowedException() { in AppNotAllowedException() method in FledgeAllowListsFilter.AppNotAllowedException
DAbstractFledgeServiceFilter.java178 throws FledgeAllowListsFilter.AppNotAllowedException { in assertAppInAllowList()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DCustomAudienceServiceFilterTest.java312 doThrow(new FledgeAllowListsFilter.AppNotAllowedException()) in testFilterRequest_appNotInAllowlist_throws()
317 FledgeAllowListsFilter.AppNotAllowedException.class, in testFilterRequest_appNotInAllowlist_throws()
541 doThrow(new FledgeAllowListsFilter.AppNotAllowedException()) in testFilterRequestAndExtractIdentifier_appNotInAllowlist_throws()
546 FledgeAllowListsFilter.AppNotAllowedException.class, in testFilterRequestAndExtractIdentifier_appNotInAllowlist_throws()
DProtectedSignalsServiceFilterTest.java266 doThrow(new FledgeAllowListsFilter.AppNotAllowedException()) in testFilterRequestAndExtractIdentifier_appNotInAllowlist_throws()
271 FledgeAllowListsFilter.AppNotAllowedException.class, in testFilterRequestAndExtractIdentifier_appNotInAllowlist_throws()
DAdSelectionServiceFilterTest.java253 doThrow(new FledgeAllowListsFilter.AppNotAllowedException()) in testFilterRequestThrowsAppNotAllowedExceptionWhenAppNotInAllowlist()
271 .isInstanceOf(FledgeAllowListsFilter.AppNotAllowedException.class); in testFilterRequestThrowsAppNotAllowedExceptionWhenAppNotInAllowlist()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/exception/
DFilterException.java51 || cause instanceof FledgeAllowListsFilter.AppNotAllowedException) { in getResultCode()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceServiceImpl.java364 || exception instanceof FledgeAllowListsFilter.AppNotAllowedException) { in notifyFailure()
515 | FledgeAllowListsFilter.AppNotAllowedException exception) { in doLeaveCustomAudience()
DScheduleCustomAudienceUpdateImpl.java198 | FledgeAllowListsFilter.AppNotAllowedException in filterAndValidateRequest()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAppInstallAdvertisersSetterTest.java224 doThrow(new FledgeAllowListsFilter.AppNotAllowedException()) in testSetAppInstallAdvertisersAppNotAllowed()
DReportAndRegisterEventImplTest.java655 doThrow(new FilterException(new FledgeAllowListsFilter.AppNotAllowedException())) in testImplFailsWhenAppNotInAllowList()
DReportEventImplTest.java1060 doThrow(new FilterException(new FledgeAllowListsFilter.AppNotAllowedException())) in testImplFailsWhenAppNotInAllowList()
DReportAndRegisterEventFallbackImplTest.java952 doThrow(new FilterException(new FledgeAllowListsFilter.AppNotAllowedException())) in testImplFailsWhenAppNotInAllowList()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceServiceImplTest.java1873 doThrow(new FledgeAllowListsFilter.AppNotAllowedException()) in testNotInAllowList_joinCustomAudience_fail()
1916 doThrow(new FledgeAllowListsFilter.AppNotAllowedException()) in testNotInAllowList_leaveCustomAudience_fail()
DFetchCustomAudienceImplTest.java442 doThrow(new FledgeAllowListsFilter.AppNotAllowedException()) in testImpl_appCannotUsePPAPI_throws()