Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsTracker.java451 private static byte[] getShaBytes(String messagePrint, int maxNumOfBytes) in getShaBytes() argument
457 if (hashResult.length >= maxNumOfBytes) { in getShaBytes()
458 byte[] truncatedHashResult = new byte[maxNumOfBytes]; in getShaBytes()
459 System.arraycopy(hashResult, 0, truncatedHashResult, 0, maxNumOfBytes); in getShaBytes()