Searched refs:isPackageQuarantinedForUser (Results 1 – 7 of 7) sorted by relevance
958 public final boolean isPackageQuarantinedForUser(@NonNull String packageName, in isPackageQuarantinedForUser() method in IPackageManagerBase961 return snapshot().isPackageQuarantinedForUser(packageName, userId); in isPackageQuarantinedForUser()
518 boolean isPackageQuarantinedForUser(@NonNull String packageName, @UserIdInt int userId) in isPackageQuarantinedForUser() method
774 return snapshot().isPackageQuarantinedForUser(packageName, userId); in isPackageQuarantined()
1091 if (listQuarantinedOnly && !mInterface.isPackageQuarantinedForUser(info.packageName, in runListPackages()
5019 public boolean isPackageQuarantinedForUser(@NonNull String packageName, @UserIdInt int userId) in isPackageQuarantinedForUser() method in ComputerEngine
310 boolean isPackageQuarantinedForUser(String packageName, int userId); in isPackageQuarantinedForUser() method
2999 return mPM.isPackageQuarantinedForUser(packageName, getUserId()); in isPackageQuarantined()