Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUsers.java326 User waitForUserToMatch(UserReference userReference, Function<User, Boolean> userChecker) { in waitForUserToMatch() method in Users
327 return waitForUserToMatch(userReference, userChecker, /* waitForExist= */ true); in waitForUserToMatch()
339 return waitForUserToMatch(userReference, userChecker, /* waitForExist= */ false); in waitForUserToNotExistOrMatch()
343 private User waitForUserToMatch( in waitForUserToMatch() method in Users