Searched refs:isUpdatedSystemApp (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierAppUtils.java94 if (!ai.isUpdatedSystemApp()) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java220 if ((pkg.isSystemApp() && !pkg.isUpdatedSystemApp()) || pkg.isForwardLocked()
H A DDefaultPermissionGrantPolicy.java780 if (pkg.isUpdatedSystemApp()) {
H A DPackageManagerService.java6088 if (isSystemApp(pkg) && !pkg.isUpdatedSystemApp()) {
6099 if (pkg.isUpdatedSystemApp()) {
6988 if (isSystemApp(pkg) && !pkg.isUpdatedSystemApp() &&
7118 if (pkg.isUpdatedSystemApp()) {
7584 (isSystemApp(pkg) && !pkg.isUpdatedSystemApp()) ) {
7858 final boolean bundledApp = info.isSystemApp() && !info.isUpdatedSystemApp();
8578 !isSystemApp(ps) || isUpdatedSystemApp(ps)){
8621 if (pkg.isUpdatedSystemApp()) {
9593 isSystemApp(pkgSetting) || isUpdatedSystemApp(pkgSetting);
12563 private static boolean isUpdatedSystemApp(PackageSettin method in class:PackageManagerService
[all...]
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java972 public boolean isUpdatedSystemApp() { method in class:ApplicationInfo
H A DPackageParser.java4519 public boolean isUpdatedSystemApp() { method in class:PackageParser.Package
4520 return applicationInfo.isUpdatedSystemApp();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java278 if (info.isSystemApp() || info.isUpdatedSystemApp()) {

Completed in 222 milliseconds