Searched refs:RECOVERY_SERVICE (Results 1 – 5 of 5) sorted by relevance
340 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()
64 publishBinderService(Context.RECOVERY_SERVICE, new BinderService()); in onStart()
390 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument394 IBinder b = ServiceManager.getService(Context.RECOVERY_SERVICE); in registerService()
701 Context.RECOVERY_SERVICE); in uncrypt()
2911 public static final String RECOVERY_SERVICE = "recovery"; field in Context