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/guide/developing/tools/
bmgr.jd 1 page.title=bmgr
10 <h2>bmgr quickview</h2>
11 <p><code>bmgr</code> lets you control the backup/restore system on an Android device.
30 <p><code>bmgr</code> is a shell tool you can use to interact with the Backup Manager
38 your application using {@code bmgr}.</p>
49 line by running the <code>bmgr backup</code> command:
51 <pre class="no-pretty-print">adb shell bmgr backup <em>&lt;package&gt;</em></pre>
59 pending backup operations to run immediately by using the <code>bmgr run</code> command:
61 <pre class="no-pretty-print">adb shell bmgr run</pre>
66 backup via <code>bmgr backup</code>
    [all...]
index.jd 84 be accessed through <code>adb</code>, such as <a href="bmgr.html">bmgr</a> and
  /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;
28 public final class Bmgr {
42 new Bmgr().run(args);
438 System.err.println("usage: bmgr [backup|restore|list|transport|run]");
439 System.err.println(" bmgr backup PACKAGE");
440 System.err.println(" bmgr enable BOOL");
441 System.err.println(" bmgr enabled");
442 System.err.println(" bmgr list transports");
443 System.err.println(" bmgr list sets");
444 System.err.println(" bmgr transport WHICH")
    [all...]
  /build/core/
legacy_prebuilts.mk 38 bmgr \
user_tags.mk 64 bmgr \
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 50 <li><a href="{@docRoot}guide/developing/tools/bmgr.html">{@code bmgr} tool</a></li>
319 href="{@docRoot}guide/developing/tools/bmgr.html">{@code bmgr} tool</a>.</p>
463 restore operation with the <a href="{@docRoot}guide/developing/tools/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>
  /cts/apps/CtsVerifier/res/values/
strings.xml 69 \n\n2. Run the backup manager: adb shell bmgr run
  /frameworks/base/docs/html/guide/
guide_toc.cs 670 <li><a href="<?cs var:toroot ?>guide/developing/tools/bmgr.html">bmgr</a>
    [all...]
  /frameworks/base/docs/html/
sitemap.txt 134 http://developer.android.com/guide/developing/tools/bmgr.html
    [all...]

Completed in 864 milliseconds