Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java113 public int fullBackupContent = 0; field in ApplicationInfo
706 if (fullBackupContent > 0) { in dump()
707 pw.println(prefix + "fullBackupContent=@xml/" + fullBackupContent); in dump()
709 pw.println(prefix + "fullBackupContent=" + (fullBackupContent < 0 ? "false" : "true")); in dump()
787 fullBackupContent = orig.fullBackupContent; in ApplicationInfo()
840 dest.writeInt(fullBackupContent); in writeToParcel()
892 fullBackupContent = source.readInt(); in ApplicationInfo()
DPackageParser.java2469 if (v != null && (ai.fullBackupContent = v.resourceId) == 0) { in parseBaseApplication()
2475 ai.fullBackupContent = (v.data == 0 ? -1 : 0); in parseBaseApplication()
2478 Slog.v(TAG, "fullBackupContent=" + ai.fullBackupContent + " for " + pkgName); in parseBaseApplication()
/frameworks/base/docs/html-intl/intl/ru/preview/backup/
Dindex.jd112 <strong> android:fullBackupContent="&#64;xml/mybackupscheme"&gt;</strong>
119 В этом примере кода атрибут <code>android:fullBackupContent</code> задает XML-файл,
/frameworks/base/docs/html-intl/intl/zh-cn/preview/backup/
Dindex.jd112 <strong> android:fullBackupContent="&#64;xml/mybackupscheme"&gt;</strong>
119 在此示例代码中,<code>android:fullBackupContent</code> 属性指定了一个 XML 文件。该文件名为
/frameworks/base/docs/html-intl/intl/zh-tw/preview/backup/
Dindex.jd112 <strong> android:fullBackupContent="&#64;xml/mybackupscheme"&gt;</strong>
119 在此範例程式碼中,<code>android:fullBackupContent</code> 屬性指定應用程式開發專案的 <code>res/xml/</code> 目錄中,名為
/frameworks/base/docs/html-intl/intl/ja/preview/backup/
Dindex.jd112 <strong> android:fullBackupContent="&#64;xml/mybackupscheme"&gt;</strong>
119 …このサンプル コードでは、<code>android:fullBackupContent</code> 属性がアプリの開発プロジェクトの <code>res/xml/</code> ディレクトリに…
/frameworks/base/docs/html-intl/intl/ko/preview/backup/
Dindex.jd112 <strong> android:fullBackupContent="&#64;xml/mybackupscheme"&gt;</strong>
119 …이 예시 코드에서는 <code>android:fullBackupContent</code> 특성이 XML 파일을 나타냅니다. 이는 앱 개발 프로젝트의 <code>res/xml/<…
/frameworks/base/docs/html/preview/backup/
Dindex.jd112 <strong> android:fullBackupContent="&#64;xml/mybackupscheme"&gt;</strong>
119 In this example code, the <code>android:fullBackupContent</code> attribute specifies an XML file,
/frameworks/base/docs/html-intl/intl/pt-br/preview/backup/
Dindex.jd112 <strong> android:fullBackupContent="&#64;xml/mybackupscheme"&gt;</strong>
119 …Neste código de exemplo, o atributo <code>android:fullBackupContent</code> especifica um arquivo X…
/frameworks/base/core/java/android/app/backup/
DFullBackup.java257 mFullBackupContent = context.getApplicationInfo().fullBackupContent; in BackupScheme()
/frameworks/base/docs/html-intl/intl/es/preview/backup/
Dindex.jd112 <strong> android:fullBackupContent="&#64;xml/mybackupscheme"&gt;</strong>
119 …En este código de ejemplo, el atributo <code>android:fullBackupContent</code> especifica un archiv…
/frameworks/base/api/
Dcurrent.txt589 field public static final int fullBackupContent = 16844011; // 0x10104eb
Dsystem-current.txt681 field public static final int fullBackupContent = 16844011; // 0x10104eb