Searched refs:DELETION_MODE_EXCLUDE_INTERNAL_DATA (Results 1 – 5 of 5) sorted by relevance
39 @IntDef(value = {DELETION_MODE_ALL, DELETION_MODE_EXCLUDE_INTERNAL_DATA})59 public static final int DELETION_MODE_EXCLUDE_INTERNAL_DATA = 1; field in DeletionRequest
40 .setDeletionMode(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA) in testNonNullParams()53 .isEqualTo(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA); in testNonNullParams()
42 .setDeletionMode(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA) in createExample()64 .isEqualTo(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA); in verifyExample()
739 .setDeletionMode(DeletionRequest.DELETION_MODE_EXCLUDE_INTERNAL_DATA) in delete_deletionModeExcludeInternalData_success()
634 field public static final int DELETION_MODE_EXCLUDE_INTERNAL_DATA = 1; // 0x1