Home
last modified time | relevance | path

Searched refs:DELETION_MODE_EXCLUDE_INTERNAL_DATA (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/adservices/measurement/
DDeletionRequest.java39 @IntDef(value = {DELETION_MODE_ALL, DELETION_MODE_EXCLUDE_INTERNAL_DATA})
59 public static final int DELETION_MODE_EXCLUDE_INTERNAL_DATA = 1; field in DeletionRequest
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/measurement/
DDeletionRequestTest.java40 .setDeletionMode(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA) in testNonNullParams()
53 .isEqualTo(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA); in testNonNullParams()
DDeletionParamTest.java42 .setDeletionMode(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA) in createExample()
64 .isEqualTo(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA); in verifyExample()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/deletion/
DMeasurementDataDeleterTest.java739 .setDeletionMode(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA) in delete_deletionModeExcludeInternalData_success()
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt634 field public static final int DELETION_MODE_EXCLUDE_INTERNAL_DATA = 1; // 0x1