Searched refs:fullBackupContent (Results 1 – 7 of 7) sorted by relevance
118 public int fullBackupContent = 0; field in ApplicationInfo838 if (fullBackupContent > 0) { in dump()839 pw.println(prefix + "fullBackupContent=@xml/" + fullBackupContent); in dump()842 + (fullBackupContent < 0 ? "false" : "true")); in dump()933 fullBackupContent = orig.fullBackupContent; in ApplicationInfo()989 dest.writeInt(fullBackupContent); in writeToParcel()1045 fullBackupContent = source.readInt(); in ApplicationInfo()
2797 if (v != null && (ai.fullBackupContent = v.resourceId) == 0) { in parseBaseApplication()2803 ai.fullBackupContent = (v.data == 0 ? -1 : 0); in parseBaseApplication()2806 Slog.v(TAG, "fullBackupContent=" + ai.fullBackupContent + " for " + pkgName); in parseBaseApplication()
96 <strong> android:fullBackupContent="@xml/mybackupscheme"></strong>103 In this example, the <code>android:fullBackupContent</code> attribute specifies an XML file
285 mFullBackupContent = context.getApplicationInfo().fullBackupContent; in BackupScheme()
613 field public static final int fullBackupContent = 16844011; // 0x10104eb
720 field public static final int fullBackupContent = 16844011; // 0x10104eb