Searched refs:ChecksumValidationException (Results 1 – 2 of 2) sorted by relevance
91 public static ChecksumReporter load(File directory) throws ChecksumValidationException { in load()94 throw new ChecksumValidationException("Capacity exceeded."); in load()104 public ChecksumReporter(File directory) throws ChecksumValidationException { in ChecksumReporter()117 throw new ChecksumValidationException("Unknown format of serialized data."); in ChecksumReporter()120 throw new ChecksumValidationException("Unable to load checksum from file", e); in ChecksumReporter()123 throw new ChecksumValidationException( in ChecksumReporter()164 } catch (ChecksumValidationException e) { in addFile()179 } catch (ChecksumValidationException e) { in containsFile()347 static byte[] calculateFileChecksum(File file) throws ChecksumValidationException { in calculateFileChecksum()363 throw new ChecksumValidationException("Unable to hash file.", e); in calculateFileChecksum()[all …]
18 import com.android.compatibility.common.util.ChecksumReporter.ChecksumValidationException;181 } catch (ChecksumValidationException e) { in getResultFromDir()