Searched refs:hasUserId (Results 1 – 3 of 3) sorted by relevance
69 assertThat(clientRequest.hasUserId(USER_ID)).isTrue(); in testClientRequest()70 assertThat(clientRequest.hasUserId(-1)).isFalse(); in testClientRequest()
149 argThat(hasUserId(profileUserId)), in verifyStartActivity()160 private static ArgumentMatcher<Intent> hasUserId(int userId) { in hasUserId() method in WorkLockActivityControllerTest
105 boolean hasUserId(int userId) { in hasUserId() method in AmbientContextManagerService.ClientRequest375 if (clientRequest.hasUserId(userId)) { in restorePreviouslyEnabledClients()