Searched refs:RECOVERY_SERVICE (Results 1 – 6 of 6) sorted by relevance
75 @SystemService(Context.RECOVERY_SERVICE)442 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in processPackage()592 Context.RECOVERY_SERVICE); in installPackage()649 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in scheduleUpdateOnBoot()669 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in cancelScheduledUpdate()960 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in bootCommand()
72 publishBinderService(Context.RECOVERY_SERVICE, new BinderService()); in onStart()
742 Context.RECOVERY_SERVICE); in uncrypt()
530 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument534 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE); in registerService()
3479 public static final String RECOVERY_SERVICE = "recovery"; field in Context
14026 Landroid/content/Context;->RECOVERY_SERVICE:Ljava/lang/String;