/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
H A D | AndroidPackage.java | 546 boolean isProfileable(); in isProfileable() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackage.java | 520 boolean isProfileable(); in isProfileable() method
|
H A D | ParsingPackageUtils.java | 2639 return input.success(newPkg.setProfileable(newPkg.isProfileable()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
H A D | AndroidPackageTest.kt | 278 getter(AndroidPackage::isProfileable, true),
|
/aosp14/frameworks/base/services/api/ |
H A D | current.txt | 159 method public boolean isProfileable();
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessList.java | 1817 boolean isProfileable = app.info.isProfileable(); 1824 isProfileable |= clientInfo.isProfileable(); 1851 if (isProfileable) {
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 2580 public boolean isProfileable() { in isProfileable() method in ApplicationInfo
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
H A D | PackageImpl.java | 1697 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 D | PackageInfoUtils.java | 979 … int pkgWithoutStateFlags = flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Settings.java | 2890 sb.append(pkg.getPkg().isProfileable() ? "1" : "0");
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 6907 boolean isAppProfileable = isAppDebuggable || data.appInfo.isProfileable(); in handleBindApplication()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 7601 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->isProfileable()Z
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4424 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4427 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 11778 method public boolean isProfileable();
|