Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java126 public int fullBackupContent = 0; field in ApplicationInfo
1075 if (fullBackupContent > 0) { in dump()
1076 pw.println(prefix + "fullBackupContent=@xml/" + fullBackupContent); in dump()
1079 + (fullBackupContent < 0 ? "false" : "true")); in dump()
1177 fullBackupContent = orig.fullBackupContent; in ApplicationInfo()
1245 dest.writeInt(fullBackupContent); in writeToParcel()
1310 fullBackupContent = source.readInt(); in ApplicationInfo()
DPackageParser.java3416 if (v != null && (ai.fullBackupContent = v.resourceId) == 0) { in parseBaseApplication()
3422 ai.fullBackupContent = (v.data == 0 ? -1 : 0); in parseBaseApplication()
3425 Slog.v(TAG, "fullBackupContent=" + ai.fullBackupContent + " for " + pkgName); in parseBaseApplication()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageParserTest.java381 assertEquals(a.fullBackupContent, that.fullBackupContent); in assertApplicationInfoEqual()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java317 mFullBackupContent = context.getApplicationInfo().fullBackupContent; in BackupScheme()
/frameworks/base/api/
Dcurrent.txt647 field public static final int fullBackupContent = 16844011; // 0x10104eb
Dsystem-current.txt768 field public static final int fullBackupContent = 16844011; // 0x10104eb