OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackupManagerService
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
138
class
BackupManagerService
extends IBackupManager.Stub {
139
private static final String TAG = "
BackupManagerService
";
717
synchronized (
BackupManagerService
.this) {
725
BackupManagerService
.this, mActiveRestoreSession));
780
public
BackupManagerService
(Context context) {
[
all
...]
SystemServer.java
705
new
BackupManagerService
(context));
[
all
...]
Completed in 377 milliseconds