Searched refs:fullBackupContent (Results 1 – 9 of 9) sorted by relevance
150 public int fullBackupContent = 0; field in ApplicationInfo1732 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()
3483 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()
345 private int fullBackupContent; field in PackageImpl975 return fullBackupContent; in getFullBackupContentResourceId()2032 fullBackupContent = value;2605 appInfo.fullBackupContent = fullBackupContent;3215 dest.writeInt(this.fullBackupContent);3381 this.fullBackupContent = in.readInt();
2054 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);
433 mFullBackupContent = applicationInfo.fullBackupContent; in BackupScheme()
1141 assertEquals(a.fullBackupContent, that.fullBackupContent); in assertApplicationInfoEqual()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
892 field public static final int fullBackupContent = 16844011; // 0x10104eb
75226 Lcom/android/internal/R$attr;->fullBackupContent:I