Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DAndroidPackage.java546 boolean isProfileable(); in isProfileable() method
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackage.java520 boolean isProfileable(); in isProfileable() method
H A DParsingPackageUtils.java2639 return input.success(newPkg.setProfileable(newPkg.isProfileable()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DAndroidPackageTest.kt278 getter(AndroidPackage::isProfileable, true),
/aosp14/frameworks/base/services/api/
H A Dcurrent.txt159 method public boolean isProfileable();
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java1817 boolean isProfileable = app.info.isProfileable();
1824 isProfileable |= clientInfo.isProfileable();
1851 if (isProfileable) {
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2580 public boolean isProfileable() { in isProfileable() method in ApplicationInfo
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java1697 public boolean isProfileable() { in isProfileable() method in PackageImpl
1703 return isProfileable() && getBoolean(Booleans.PROFILEABLE_BY_SHELL); in isProfileableByShell()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java979 … int pkgWithoutStateFlags = flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java2890 sb.append(pkg.getPkg().isProfileable() ? "1" : "0");
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java6907 boolean isAppProfileable = isAppDebuggable || data.appInfo.isProfileable(); in handleBindApplication()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile7601 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->isProfileable()Z
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4424 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt4427 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11778 method public boolean isProfileable();