Searched refs:doAppsExist (Results 1 – 3 of 3) sorted by relevance
42 boolean[] doAppsExist(int userId, in int[] appIds); in doAppsExist() method
248 .doAppsExist(user_id, &apps) in reconcile()362 fn doAppsExist(&self, _user_id: i32, app_ids: &[i32]) -> binder::Result<Vec<bool>> { in doAppsExist() method544 fn doAppsExist(&self, user_id: i32, app_ids: &[i32]) -> binder::Result<Vec<bool>> { in doAppsExist() method
155 public boolean[] doAppsExist(int userId, int[] appIds) { in doAppsExist() method in SecretkeeperJobService.SecretkeeperJob.Callback