Searched defs:fullBackupContent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java118 public int fullBackupContent = 0; field in class:ApplicationInfo
838 if (fullBackupContent > 0) {
839 pw.println(prefix + "fullBackupContent=@xml/" + fullBackupContent);
841 pw.println(prefix + "fullBackupContent="
842 + (fullBackupContent < 0 ? "false" : "true"));
933 fullBackupContent = orig.fullBackupContent;
989 dest.writeInt(fullBackupContent);
1045 fullBackupContent
[all...]

Completed in 67 milliseconds