Searched refs:DELETION_MODE_ALL (Results 1 – 11 of 11) sorted by relevance
140 DeletionRequest.DELETION_MODE_ALL, in testDeleteRegistrations_withRequest_withNoRange_withCallback_NoErrors()153 DeletionRequest.DELETION_MODE_ALL, in testDeleteRegistrations_withRequest_withEmptyLists_withRange_withCallback_NoErrors()167 DeletionRequest.DELETION_MODE_ALL, in testDeleteRegistrations_withRequest_withInvalidArguments_withCallback_hasError()
39 @IntDef(value = {DELETION_MODE_ALL, DELETION_MODE_EXCLUDE_INTERNAL_DATA})53 public static final int DELETION_MODE_ALL = 0; field in DeletionRequest
68 expect.that(request.getDeletionMode()).isEqualTo(DeletionRequest.DELETION_MODE_ALL); in testNullParams()79 expect.that(request.getDeletionMode()).isEqualTo(DeletionRequest.DELETION_MODE_ALL); in testDefaultParams()
74 expect.that(request.getDeletionMode()).isEqualTo(DeletionRequest.DELETION_MODE_ALL); in verifyDefaultExample()
53 .setDeletionMode(DeletionRequest.DELETION_MODE_ALL) in testDeletionRequest()67 assertEquals(DeletionRequest.DELETION_MODE_ALL, deletionRequest.getDeletionMode()); in testDeletionRequest()
95 deletionMode = DeletionRequest.DELETION_MODE_ALL; in runActionToTest()
292 .setDeletionMode(DeletionRequest.DELETION_MODE_ALL) in testDeleteRegistrations_successfulWithRange()310 .setDeletionMode(DeletionRequest.DELETION_MODE_ALL) in testDeleteRegistrations_successfulWithOrigin()331 .setDeletionMode(DeletionRequest.DELETION_MODE_ALL) in testDeleteRegistrations_internalError()
1968 .setDeletionMode(DeletionRequest.DELETION_MODE_ALL) in createDeletionRequest()
212 if (deletionParam.getDeletionMode() == DeletionRequest.DELETION_MODE_ALL) { in delete()
512 .setDeletionMode(DeletionRequest.DELETION_MODE_ALL) in delete_deletionModeAll_success()635 .setDeletionMode(DeletionRequest.DELETION_MODE_ALL) in delete_deletionModeAllFlexApi_success()
633 field public static final int DELETION_MODE_ALL = 0; // 0x0