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.java340 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in processPackage()
487 Context.RECOVERY_SERVICE); in installPackage()
534 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in scheduleUpdateOnBoot()
553 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in cancelScheduledUpdate()
708 Context.RECOVERY_SERVICE); in bootCommand()
/frameworks/base/services/core/java/com/android/server/
DRecoverySystemService.java64 publishBinderService(Context.RECOVERY_SERVICE, new BinderService()); in onStart()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java390 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument
394 IBinder b = ServiceManager.getService(Context.RECOVERY_SERVICE); in registerService()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java701 Context.RECOVERY_SERVICE); in uncrypt()
/frameworks/base/core/java/android/content/
DContext.java2911 public static final String RECOVERY_SERVICE = "recovery"; field in Context