Home
last modified time | relevance | path

Searched refs:BACKUP_SERVICE (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java142 …BackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService(Context.BACKUP_SERVICE)); in onCreate()
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java209 ServiceManager.getService(Context.BACKUP_SERVICE)); in checkServiceBinder()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java417 ServiceManager.getService(Context.BACKUP_SERVICE)); in setAutoRestore()
/aosp14/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java86 mBmgr = IBackupManager.Stub.asInterface(ServiceManager.getService(Context.BACKUP_SERVICE)); in Bmgr()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1684 publishService(Context.BACKUP_SERVICE, BackupManagerService.sInstance); in onStart()
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerServiceRoboTest.java1612 verify(lifecycle).publishService(Context.BACKUP_SERVICE, backupManagerService); in testOnStart_publishesService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java5447 public static final String BACKUP_SERVICE = "backup"; field in Context
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4552 ServiceManager.getService(Context.BACKUP_SERVICE)); in handleProcessStartOrKillTimeoutLocked()
13150 ServiceManager.getService(Context.BACKUP_SERVICE)); in cleanUpApplicationRecordLocked()
13809 ServiceManager.getService(Context.BACKUP_SERVICE)); in backupAgentCreated()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1607 Context.BACKUP_SERVICE)), in main()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1765 ServiceManager.getService(Context.BACKUP_SERVICE)); in getIBackupManager()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3452 field public static final String BACKUP_SERVICE = "backup";