Home
last modified time | relevance | path

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

/cts/hostsidetests/art/host/src/android/art/cts/host/
DThreadLocalRandomTest.java80 String bundleString = parseBytesAsString(response); in getLongFromResultBundle() local
81 Matcher matcher = PATTERN.matcher(bundleString); in getLongFromResultBundle()
86 throw new IllegalArgumentException("Bundle '" + bundleString in getLongFromResultBundle()