Searched refs:RECOVERY_SERVICE (Results 1 – 6 of 6) sorted by relevance
86 @SystemService(Context.RECOVERY_SERVICE)521 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in processPackage()671 Context.RECOVERY_SERVICE); in installPackage()745 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in prepareForUnattendedUpdate()767 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in clearPrepareForUnattendedUpdate()795 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in rebootAndApply()873 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in scheduleUpdateOnBoot()893 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in cancelScheduledUpdate()1299 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in bootCommand()
784 Context.RECOVERY_SERVICE); in uncrypt()
397 publishBinderService(Context.RECOVERY_SERVICE, mRecoverySystemService); in onStart()
611 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument615 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE); in registerService()
4457 public static final String RECOVERY_SERVICE = "recovery"; field in Context
10262 Landroid/content/Context;->RECOVERY_SERVICE:Ljava/lang/String;