Searched refs:algorithmId (Results 1 – 1 of 1) sorted by relevance
576 Integer algorithmId = entry.getKey(); in onShellCommand() local579 pw.print(translateContentDigestAlgorithmIdToString(algorithmId)); in onShellCommand()613 Integer algorithmId = entry.getKey(); in onShellCommand() local620 algorithmId)); in onShellCommand()1601 private String translateContentDigestAlgorithmIdToString(int algorithmId) { in translateContentDigestAlgorithmIdToString() argument1602 switch (algorithmId) { in translateContentDigestAlgorithmIdToString()1612 return "UNKNOWN_ALGO_ID(" + algorithmId + ")"; in translateContentDigestAlgorithmIdToString()