Home
last modified time | relevance | path

Searched refs:RECOVERY_SERVICE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DRecoverySystem.java82 @SystemService(Context.RECOVERY_SERVICE)
489 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in processPackage()
639 Context.RECOVERY_SERVICE); in installPackage()
713 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in prepareForUnattendedUpdate()
735 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in clearPrepareForUnattendedUpdate()
763 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in rebootAndApply()
841 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in scheduleUpdateOnBoot()
861 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in cancelScheduledUpdate()
1297 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in bootCommand()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java822 Context.RECOVERY_SERVICE);
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java406 publishBinderService(Context.RECOVERY_SERVICE, mRecoverySystemService); in onStart()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java659 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument
663 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java4540 public static final String RECOVERY_SERVICE = "recovery"; field in Context
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10262 Landroid/content/Context;->RECOVERY_SERVICE:Ljava/lang/String;