HomeSort by relevance Sort by last modified time
    Searched full:bmgr (Results 1 - 14 of 14) sorted by null

  /frameworks/base/cmds/bmgr/
bmgr 1 # Script to start "bmgr" on the device, which has a very rudimentary
5 export CLASSPATH=$base/framework/bmgr.jar
6 exec app_process $base/bin com.android.commands.bmgr.Bmgr "$@"
Android.mk 7 LOCAL_MODULE := bmgr
12 ALL_PREBUILT += $(TARGET_OUT)/bin/bmgr
13 $(TARGET_OUT)/bin/bmgr : $(LOCAL_PATH)/bmgr | $(ACP)
  /frameworks/base/docs/html/tools/help/
bmgr.jd 1 page.title=bmgr
27 <p><code>bmgr</code> is a shell tool you can use to interact with the Backup Manager
35 your application using {@code bmgr}.</p>
46 line by running the <code>bmgr backup</code> command:
48 <pre class="no-pretty-print">adb shell bmgr backup <em>&lt;package&gt;</em></pre>
56 pending backup operations to run immediately by using the <code>bmgr run</code> command:
58 <pre class="no-pretty-print">adb shell bmgr run</pre>
63 backup via <code>bmgr backup</code>.
85 for your application by using the <code>bmgr restore</code> command:
87 <pre class="no-pretty-print">adb shell bmgr restore <em>&lt;package&gt;</em></pre
    [all...]
index.jd 187 be accessed through <code>adb</code>, such as <a href="{@docRoot}tools/help/bmgr.html">bmgr</a> and
190 <dt><a href="{@docRoot}tools/help/bmgr.html">bmgr</a></dt>
  /frameworks/base/tests/backup/
test_backup.sh 28 a shell bmgr wipe "$pkg"
41 #a shell bmgr transport com.google.android.backup/.BackupTransportService
61 a shell bmgr backup com.android.backuptest
64 a shell bmgr run
test_restore.sh 69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
73 a shell bmgr restore "$restore_set"
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 17 package com.android.commands.bmgr;
29 public final class Bmgr {
43 new Bmgr().run(args);
468 System.err.println("usage: bmgr [backup|restore|list|transport|run]");
469 System.err.println(" bmgr backup PACKAGE");
470 System.err.println(" bmgr enable BOOL");
471 System.err.println(" bmgr enabled");
472 System.err.println(" bmgr list transports");
473 System.err.println(" bmgr list sets");
474 System.err.println(" bmgr transport WHICH")
    [all...]
  /build/target/product/
base.mk 29 bmgr \
  /build/core/
legacy_prebuilts.mk 30 bmgr \
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 50 <li><a href="{@docRoot}tools/help/bmgr.html">{@code bmgr} tool</a></li>
316 href="{@docRoot}tools/help/bmgr.html">{@code bmgr} tool</a>.</p>
460 restore operation with the <a href="{@docRoot}tools/help/bmgr.html">{@code bmgr}
    [all...]
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 84 * the application on your handset. The 'bmgr' shell application on the device can
88 * <p><code>adb shell bmgr wipe com.example.android.backuprestore</code>
  /frameworks/base/docs/html/tools/
tools_toc.cs 156 <li><a href="<?cs var:toroot ?>tools/help/bmgr.html">bmgr</a>
  /cts/apps/CtsVerifier/res/values/
strings.xml 72 find the corresponding setting options on your device, run \"adb shell bmgr enable true\"
73 to enable the backup manager. You can check its status by executing \"adb shell bmgr
75 \n\n2. Run the backup manager: adb shell bmgr run
    [all...]
  /frameworks/base/docs/html/
sitemap.txt 129 http://developer.android.com/tools/help/bmgr.html
    [all...]

Completed in 395 milliseconds