Searched refs:RECOVERY_SERVICE (Results 1 – 6 of 6) sorted by relevance
82 @SystemService(Context.RECOVERY_SERVICE)489 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in processPackage()639 Context.RECOVERY_SERVICE); in installPackage()713 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in prepareForUnattendedUpdate()735 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in clearPrepareForUnattendedUpdate()763 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in rebootAndApply()841 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in scheduleUpdateOnBoot()861 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in cancelScheduledUpdate()1297 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in bootCommand()
822 Context.RECOVERY_SERVICE);
406 publishBinderService(Context.RECOVERY_SERVICE, mRecoverySystemService); in onStart()
659 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument663 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE); in registerService()
4540 public static final String RECOVERY_SERVICE = "recovery"; field in Context
10262 Landroid/content/Context;->RECOVERY_SERVICE:Ljava/lang/String;