Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java103 private static final Pattern OS_VERSION_STRING_PATTERN = Pattern field in KeyAttestationTest
543 Matcher matcher = OS_VERSION_STRING_PATTERN.matcher(versionString); in parseSystemOsVersion()