HomeSort by relevance Sort by last modified time
    Searched refs:ChecksumValidationException (Results 1 - 3 of 3) sorted by null

  /cts/common/util/src/com/android/compatibility/common/util/
ChecksumReporter.java 89 * @throws ChecksumValidationException
91 public static ChecksumReporter load(File directory) throws ChecksumValidationException {
94 throw new ChecksumValidationException("Capacity exceeded.");
102 * @throws ChecksumValidationException
104 public ChecksumReporter(File directory) throws ChecksumValidationException {
117 throw new ChecksumValidationException("Unknown format of serialized data.");
120 throw new ChecksumValidationException("Unable to load checksum from file", e);
123 throw new ChecksumValidationException(
164 } catch (ChecksumValidationException e) {
179 } catch (ChecksumValidationException e)
    [all...]
ResultHandler.java 18 import com.android.compatibility.common.util.ChecksumReporter.ChecksumValidationException;
168 } catch (ChecksumValidationException e) {
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ChecksumReporterTest.java 20 import com.android.compatibility.common.util.ChecksumReporter.ChecksumValidationException;
139 public void testFileSerialization() throws IOException, ChecksumValidationException {

Completed in 53 milliseconds