Searched refs:isProfileableByShell (Results 1 – 18 of 18) sorted by relevance
171 mProfileableByShell = baseApk.isProfileableByShell(); in PackageLite()448 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageLite
505 public boolean isProfileableByShell() { in isProfileableByShell() method in ApkLite
71 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
581 boolean isProfileableByShell(); in isProfileableByShell() method
555 boolean isProfileableByShell(); in isProfileableByShell() method
2821 ParsingPackage newPkg = pkg.setProfileableByShell(pkg.isProfileableByShell()
264 AndroidPackage::isProfileableByShell, in <lambda>()
160 method public boolean isProfileableByShell();
1931 boolean isProfileableByShell = app.info.isProfileableByShell();1938 isProfileableByShell |= clientInfo.isProfileableByShell();1963 if (isProfileableByShell) {
7570 boolean isAppProfileable = app.isProfileableByShell(); in setProfileApp()7575 isAppProfileable |= sdkSandboxClientApp.isProfileableByShell(); in setProfileApp()
2733 public boolean isProfileableByShell() { in isProfileableByShell() method in ApplicationInfo
990 … | flag(pkg.isProfileableByShell(), ApplicationInfo.PRIVATE_FLAG_PROFILEABLE_BY_SHELL) in appInfoPrivateFlags()
727 && (!debuggable && !aInfo.applicationInfo.isProfileableByShell()))) { in resolveActivity()
1771 public boolean isProfileableByShell() { in isProfileableByShell() method in PackageImpl
3982 if (!packageLite.isDebuggable() && !packageLite.isProfileableByShell()) {
3134 sb.append(ps.getPkg().isProfileableByShell() ? "1" : "0");
4564 HSPLandroid/content/pm/ApplicationInfo;->isProfileableByShell()Z
12541 method public boolean isProfileableByShell();