Searched refs:isProfileable (Results 1 – 16 of 16) sorted by relevance
111 … int pkgWithoutStateFlags = flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt()
553 boolean isProfileable(); in isProfileable() method
536 boolean isProfileable(); in isProfileable() method
2777 return input.success(newPkg.setProfileable(newPkg.isProfileable()
282 getter(AndroidPackage::isProfileable, true), in <lambda>()
159 method public boolean isProfileable();
1930 boolean isProfileable = app.info.isProfileable();1937 isProfileable |= clientInfo.isProfileable();1964 if (isProfileable) {
2636 public boolean isProfileable() { in isProfileable() method in ApplicationInfo
1038 … int pkgWithoutStateFlags = flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt()
1735 public boolean isProfileable() { in isProfileable() method in PackageImpl1741 return isProfileable() && getBoolean(Booleans.PROFILEABLE_BY_SHELL); in isProfileableByShell()
3088 sb.append(ps.getPkg().isProfileable() ? "1" : "0");
7350 boolean isAppProfileable = isAppDebuggable || data.appInfo.isProfileable(); in handleBindApplication()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4347 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z
4350 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z
12162 method public boolean isProfileable();