Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java136 public int fullBackupContent = 0; field in ApplicationInfo
1607 if (fullBackupContent > 0) { in dump()
1608 pw.println(prefix + "fullBackupContent=@xml/" + fullBackupContent); in dump()
1611 + (fullBackupContent < 0 ? "false" : "true")); in dump()
1732 if (fullBackupContent > 0) { in dumpDebug()
1733 proto.write(ApplicationInfoProto.Detail.CONTENT, "@xml/" + fullBackupContent); in dumpDebug()
1735 proto.write(ApplicationInfoProto.Detail.IS_FULL_BACKUP, fullBackupContent == 0); in dumpDebug()
1850 fullBackupContent = orig.fullBackupContent; in ApplicationInfo()
1940 dest.writeInt(fullBackupContent); in writeToParcel()
2027 fullBackupContent = source.readInt(); in ApplicationInfo()
H A DPackageParser.java3427 if (v != null && (ai.fullBackupContent = v.resourceId) == 0) { in parseBaseApplication()
3433 ai.fullBackupContent = (v.data == 0 ? -1 : 0); in parseBaseApplication()
3436 Slog.v(TAG, "fullBackupContent=" + ai.fullBackupContent + " for " + pkgName); in parseBaseApplication()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackageImpl.java345 private int fullBackupContent; field in ParsingPackageImpl
1043 appInfo.fullBackupContent = fullBackupContent;
1194 dest.writeInt(this.fullBackupContent);
1318 this.fullBackupContent = in.readInt();
1852 return fullBackupContent;
2335 fullBackupContent = value;
H A DParsingPackage.java269 ParsingPackage setFullBackupContent(int fullBackupContent); in setFullBackupContent() argument
H A DParsingPackageUtils.java1920 int fullBackupContent = 0; in parseBaseApplication() local
1923 fullBackupContent = v.resourceId; in parseBaseApplication()
1931 fullBackupContent = v.data == 0 ? -1 : 0; in parseBaseApplication()
1934 pkg.setFullBackupContent(fullBackupContent); in parseBaseApplication()
1937 Slog.v(TAG, "fullBackupContent=" + fullBackupContent + " for " + pkgName); in parseBaseApplication()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageParserTest.java788 assertEquals(a.fullBackupContent, that.fullBackupContent); in assertApplicationInfoEqual()
/aosp12/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java433 mFullBackupContent = applicationInfo.fullBackupContent; in BackupScheme()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt720 field public static final int fullBackupContent = 16844011; // 0x10104eb
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79192 Lcom/android/internal/R$attr;->fullBackupContent:I