Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DRecoverySystem.java73 @SystemService(Context.RECOVERY_SERVICE)
428 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in processPackage()
578 Context.RECOVERY_SERVICE); in installPackage()
635 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in scheduleUpdateOnBoot()
655 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in cancelScheduledUpdate()
826 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in bootCommand()
/frameworks/base/services/core/java/com/android/server/
DRecoverySystemService.java72 publishBinderService(Context.RECOVERY_SERVICE, new BinderService()); in onStart()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java419 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument
423 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE); in registerService()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java707 Context.RECOVERY_SERVICE); in uncrypt()
/frameworks/base/core/java/android/content/
DContext.java3150 public static final String RECOVERY_SERVICE = "recovery"; field in Context