Home
last modified time | relevance | path

Searched refs:a2 (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DDigestAlgorithm.java49 public int compare(DigestAlgorithm a1, DigestAlgorithm a2) { in compare() argument
52 switch (a2) { in compare()
58 throw new RuntimeException("Unsupported algorithm: " + a2); in compare()
61 switch (a2) { in compare()
67 throw new RuntimeException("Unsupported algorithm: " + a2); in compare()