Searched refs:doUsersExist (Results 1 – 3 of 3) sorted by relevance
35 boolean[] doUsersExist(in int[] userIds); in doUsersExist() method
230 .doUsersExist(&users) in reconcile()359 fn doUsersExist(&self, user_ids: &[i32]) -> binder::Result<Vec<bool>> { in doUsersExist() method541 fn doUsersExist(&self, user_ids: &[i32]) -> binder::Result<Vec<bool>> { in doUsersExist() method
137 public boolean[] doUsersExist(int[] userIds) { in doUsersExist() method in SecretkeeperJobService.SecretkeeperJob.Callback