Searched refs:packageInfoForUser (Results 1 – 1 of 1) sorted by relevance
543 return packageInfoForUser(user, /* flags= */ 0) != null; in installedOnUser()590 .map(i -> packageInfoForUser(i, flags)) in packageInfoFromAnyUser()597 private PackageInfo packageInfoForUser(UserReference user, int flags) { in packageInfoForUser() method in Package