Searched refs:WipeoutType (Results 1 – 9 of 9) sorted by relevance
22 public enum WipeoutType { enum in WipeoutStatus33 WipeoutType(int value) { in WipeoutType() method in WipeoutStatus.WipeoutType42 private WipeoutType mWipeoutType;45 mWipeoutType = WipeoutType.UNKNOWN; in WipeoutStatus()49 public WipeoutType getWipeoutType() { in getWipeoutType()54 public void setWipeoutType(WipeoutType type) { in setWipeoutType()
566 WipeoutStatus.WipeoutType.ROLLBACK_WIPEOUT_CAUSE in deleteOnRollback()
209 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.UNINSTALL); in measurementOnPackageFullyRemoved()227 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.CLEAR_DATA); in measurementOnPackageDataCleared()
88 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.DELETE_REGISTRATIONS_API); in delete()
684 .setWipeoutType(WipeoutStatus.WipeoutType.CONSENT_FLIP.ordinal()) in testLogMeasurementWipeoutStats()693 .isEqualTo(WipeoutStatus.WipeoutType.CONSENT_FLIP.ordinal()); in testLogMeasurementWipeoutStats()
735 .setWipeoutType(WipeoutStatus.WipeoutType.CONSENT_FLIP.ordinal()) in logMeasurementWipeout_success()748 eq(WipeoutStatus.WipeoutType.CONSENT_FLIP.ordinal()), in logMeasurementWipeout_success()
756 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.CONSENT_FLIP); in resetMeasurement()
1068 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.CONSENT_FLIP);
943 WipeoutStatus.WipeoutType.ROLLBACK_WIPEOUT_CAUSE.getValue(), in testDeleteOnRollback_logsWipeout()