Home
last modified time | relevance | path

Searched refs:fullBackupContent (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java150 public int fullBackupContent = 0; field in ApplicationInfo
1732 if (fullBackupContent > 0) { in dump()
1733 pw.println(prefix + "fullBackupContent=@xml/" + fullBackupContent); in dump()
1736 + (fullBackupContent < 0 ? "false" : "true")); in dump()
1869 if (fullBackupContent > 0) { in dumpDebug()
1870 proto.write(ApplicationInfoProto.Detail.CONTENT, "@xml/" + fullBackupContent); in dumpDebug()
1872 proto.write(ApplicationInfoProto.Detail.IS_FULL_BACKUP, fullBackupContent == 0); in dumpDebug()
1997 fullBackupContent = orig.fullBackupContent; in ApplicationInfo()
2091 dest.writeInt(fullBackupContent); in writeToParcel()
2194 fullBackupContent = source.readInt(); in ApplicationInfo()
DPackageParser.java3483 if (v != null && (ai.fullBackupContent = v.resourceId) == 0) { in parseBaseApplication()
3489 ai.fullBackupContent = (v.data == 0 ? -1 : 0); in parseBaseApplication()
3492 Slog.v(TAG, "fullBackupContent=" + ai.fullBackupContent + " for " + pkgName); in parseBaseApplication()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java345 private int fullBackupContent; field in PackageImpl
975 return fullBackupContent; in getFullBackupContentResourceId()
2032 fullBackupContent = value;
2605 appInfo.fullBackupContent = fullBackupContent;
3215 dest.writeInt(this.fullBackupContent);
3381 this.fullBackupContent = in.readInt();
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackageUtils.java2054 int fullBackupContent = 0;
2057 fullBackupContent = v.resourceId;
2065 fullBackupContent = v.data == 0 ? -1 : 0;
2068 pkg.setFullBackupContentResourceId(fullBackupContent);
2071 Slog.v(TAG, "fullBackupContent=" + fullBackupContent + " for " + pkgName);
/frameworks/base/core/java/android/app/backup/
DFullBackup.java433 mFullBackupContent = applicationInfo.fullBackupContent; in BackupScheme()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageParserTest.java1141 assertEquals(a.fullBackupContent, that.fullBackupContent); in assertApplicationInfoEqual()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt892 field public static final int fullBackupContent = 16844011; // 0x10104eb
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75226 Lcom/android/internal/R$attr;->fullBackupContent:I