Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/pm/parsing/
DAppInfoUtils.java111 … int pkgWithoutStateFlags = flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java807 public static final int PRIVATE_FLAG_EXT_PROFILEABLE = 1 << 0; field in ApplicationInfo
854 PRIVATE_FLAG_EXT_PROFILEABLE,
2637 return (privateFlagsExt & PRIVATE_FLAG_EXT_PROFILEABLE) != 0; in isProfileable()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java1038 … int pkgWithoutStateFlags = flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt()