Home
last modified time | relevance | path

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

/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
DManagedProfileLifecycleStressTest.java49 private static final Pattern CREATE_USER_OUTPUT_REGEX = field in ManagedProfileLifecycleStressTest
125 final Matcher matcher = CREATE_USER_OUTPUT_REGEX.matcher(output.trim()); in createManagedProfile()