Searched refs:isProfileable (Results 1 – 10 of 10) sorted by relevance
456 boolean isProfileable(); in isProfileable() method
2097 return isProfileable() && getBoolean(Booleans.PROFILEABLE_BY_SHELL);2101 public boolean isProfileable() {
820 flag(pkg.isProfileable(), ApplicationInfo.PRIVATE_FLAG_EXT_PROFILEABLE) in appInfoPrivateFlagsExt()
2485 return input.success(newPkg.setProfileable(newPkg.isProfileable()
2443 public boolean isProfileable() { in isProfileable() method in ApplicationInfo
2629 sb.append(pkg.pkg.isProfileable() ? "1" : "0");
6599 boolean isAppProfileable = isAppDebuggable || data.appInfo.isProfileable(); in handleBindApplication()
4445 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z
11943 method public boolean isProfileable();
4443 HSPLandroid/content/pm/ApplicationInfo;->isProfileable()Z