Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java333 Pattern userRegex = Pattern.compile("[\\d]+:.*id=([\\d]+).*\\(current\\)"); in getCurrentUserId() local
334 Matcher matcher = userRegex.matcher(getCurrentUser); in getCurrentUserId()