OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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><package></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><package></em></pre
[
all
...]
index.jd
86
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);
444
System.err.println("usage:
bmgr
[backup|restore|list|transport|run]");
445
System.err.println("
bmgr
backup PACKAGE");
446
System.err.println("
bmgr
enable BOOL");
447
System.err.println("
bmgr
enabled");
448
System.err.println("
bmgr
list transports");
449
System.err.println("
bmgr
list sets");
450
System.err.println("
bmgr
transport WHICH")
[
all
...]
/build/target/product/
base.mk
27
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
174
<li><a href="<?cs var:toroot ?>tools/help/
bmgr
.html">
bmgr
</a>
/cts/apps/CtsVerifier/res/values/
strings.xml
70
\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 543 milliseconds