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
134
class
BackupManagerService
extends IBackupManager.Stub {
135
private static final String TAG = "
BackupManagerService
";
648
synchronized (
BackupManagerService
.this) {
656
BackupManagerService
.this, mActiveRestoreSession));
711
public
BackupManagerService
(Context context) {
[
all
...]
SystemServer.java
679
new
BackupManagerService
(context));
[
all
...]
Completed in 105 milliseconds