Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
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()
1601 private String translateContentDigestAlgorithmIdToString(int algorithmId) { in translateContentDigestAlgorithmIdToString() argument
1602 switch (algorithmId) { in translateContentDigestAlgorithmIdToString()
1612 return "UNKNOWN_ALGO_ID(" + algorithmId + ")"; in translateContentDigestAlgorithmIdToString()