Home
last modified time | relevance | path

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

/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DCarArgumentMatchers.java43 return argThat(new UserInfoMatcher(userId)); in isUserInfo()
67 private static class UserInfoMatcher implements ArgumentMatcher<UserInfo> { class in CarArgumentMatchers
71 private UserInfoMatcher(@UserIdInt int userId) { in UserInfoMatcher() method in CarArgumentMatchers.UserInfoMatcher