Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DInstallConstraintsTest.kt487 val hexDigits = "0123456789abcdef".toCharArray() in <lambda>() constant
492 result.append(hexDigits[b.toInt() ushr 4 and 0x0f]) in <lambda>()
493 result.append(hexDigits[b.toInt() and 0x0f]) in <lambda>()