Searched refs:UserHandleMatcher (Results 1 – 1 of 1) sorted by relevance
52 return argThat(new UserHandleMatcher(userId)); in isUserHandle()104 private static class UserHandleMatcher implements ArgumentMatcher<UserHandle> { class in CarArgumentMatchers108 private UserHandleMatcher(@UserIdInt int userId) { in UserHandleMatcher() method in CarArgumentMatchers.UserHandleMatcher