Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBinaryTransparencyService.java576 Integer algorithmId = entry.getKey(); in onShellCommand() local
579 pw.print(translateContentDigestAlgorithmIdToString(algorithmId)); in onShellCommand()
613 Integer algorithmId = entry.getKey(); in onShellCommand() local
620 algorithmId)); in onShellCommand()
1587 private String translateContentDigestAlgorithmIdToString(int algorithmId) { in translateContentDigestAlgorithmIdToString() argument
1588 switch (algorithmId) { in translateContentDigestAlgorithmIdToString()
1598 return "UNKNOWN_ALGO_ID(" + algorithmId + ")"; in translateContentDigestAlgorithmIdToString()