package com.android.compatibility.common.util;


public enum RetryChecksumStatus {
    NotRetry,
    RetryWithChecksum,
    RetryWithoutChecksum
}
