Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java133 public int fullBackupContent = 0; field in ApplicationInfo
1380 if (fullBackupContent > 0) { in dump()
1381 pw.println(prefix + "fullBackupContent=@xml/" + fullBackupContent); in dump()
1384 + (fullBackupContent < 0 ? "false" : "true")); in dump()
1483 if (fullBackupContent > 0) { in writeToProto()
1484 proto.write(ApplicationInfoProto.Detail.CONTENT, "@xml/" + fullBackupContent); in writeToProto()
1486 proto.write(ApplicationInfoProto.Detail.IS_FULL_BACKUP, fullBackupContent == 0); in writeToProto()
1589 fullBackupContent = orig.fullBackupContent; in ApplicationInfo()
1668 dest.writeInt(fullBackupContent); in writeToParcel()
1744 fullBackupContent = source.readInt(); in ApplicationInfo()
DPackageParser.java3550 if (v != null && (ai.fullBackupContent = v.resourceId) == 0) { in parseBaseApplication()
3556 ai.fullBackupContent = (v.data == 0 ? -1 : 0); in parseBaseApplication()
3559 Slog.v(TAG, "fullBackupContent=" + ai.fullBackupContent + " for " + pkgName); in parseBaseApplication()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageParserTest.java399 assertEquals(a.fullBackupContent, that.fullBackupContent); in assertApplicationInfoEqual()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java357 mFullBackupContent = context.getApplicationInfo().fullBackupContent; in BackupScheme()
/frameworks/base/non-updatable-api/
Dcurrent.txt679 field public static final int fullBackupContent = 16844011; // 0x10104eb
/frameworks/base/api/
Dcurrent.txt679 field public static final int fullBackupContent = 16844011; // 0x10104eb
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90298 Lcom/android/internal/R$attr;->fullBackupContent:I