Home
last modified time | relevance | path

Searched refs:isProfileable (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageRead.java456 boolean isProfileable(); in isProfileable() method
DParsingPackageImpl.java2097 return isProfileable() && getBoolean(Booleans.PROFILEABLE_BY_SHELL);
2101 public boolean isProfileable() {
DPackageInfoWithoutStateUtils.java820 flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt()
DParsingPackageUtils.java2485 return input.success(newPkg.setProfileable(newPkg.isProfileable()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2443 public boolean isProfileable() { in isProfileable() method in ApplicationInfo
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java2629 sb.append(pkg.pkg.isProfileable() ? "1" : "0");
/frameworks/base/core/java/android/app/
DActivityThread.java6599 boolean isAppProfileable = isAppDebuggable || data.appInfo.isProfileable(); in handleBindApplication()
/frameworks/base/boot/
Dboot-image-profile.txt4445 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z
/frameworks/base/core/api/
Dcurrent.txt11943 method public boolean isProfileable();
/frameworks/base/config/
Dboot-image-profile.txt4443 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z