Searched refs:USER_PATTERN_GROUP_ID (Results 1 – 2 of 2) sorted by relevance
37 private static final int USER_PATTERN_GROUP_ID = 1; field in InitializedUsersCommand67 int userId = Integer.parseInt(matcher.group(USER_PATTERN_GROUP_ID)); in parseCommandReturn()
80 private static final int USER_PATTERN_GROUP_ID = 1; field in CarHostJUnit4TestCase687 id = Integer.parseInt(matcher.group(USER_PATTERN_GROUP_ID));