Searched refs:RECOVERY_SERVICE (Results 1 – 5 of 5) sorted by relevance
73 @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()
72 publishBinderService(Context.RECOVERY_SERVICE, new BinderService()); in onStart()
419 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument423 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE); in registerService()
707 Context.RECOVERY_SERVICE); in uncrypt()
3150 public static final String RECOVERY_SERVICE = "recovery"; field in Context