Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DIPackageManagerBase.java958 public final boolean isPackageQuarantinedForUser(@NonNull String packageName, in isPackageQuarantinedForUser() method in IPackageManagerBase
961 return snapshot().isPackageQuarantinedForUser(packageName, userId); in isPackageQuarantinedForUser()
DComputer.java518 boolean isPackageQuarantinedForUser(@NonNull String packageName, @UserIdInt int userId) in isPackageQuarantinedForUser() method
DPackageManagerInternalBase.java774 return snapshot().isPackageQuarantinedForUser(packageName, userId); in isPackageQuarantined()
DPackageManagerShellCommand.java1091 if (listQuarantinedOnly && !mInterface.isPackageQuarantinedForUser(info.packageName, in runListPackages()
DComputerEngine.java5019 public boolean isPackageQuarantinedForUser(@NonNull String packageName, @UserIdInt int userId) in isPackageQuarantinedForUser() method in ComputerEngine
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl310 boolean isPackageQuarantinedForUser(String packageName, int userId); in isPackageQuarantinedForUser() method
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java2999 return mPM.isPackageQuarantinedForUser(packageName, getUserId()); in isPackageQuarantined()