Home
last modified time | relevance | path

Searched refs:PRIVATE_FLAG_PROFILEABLE_BY_SHELL (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java679 public static final int PRIVATE_FLAG_PROFILEABLE_BY_SHELL = 1 << 23; field in ApplicationInfo
770 PRIVATE_FLAG_PROFILEABLE_BY_SHELL,
2574 return (privateFlags & PRIVATE_FLAG_PROFILEABLE_BY_SHELL) != 0; in isProfileableByShell()
H A DPackageParser.java3945 ai.privateFlags |= ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL; in parseBaseApplication()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java929 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()