Home
last modified time | relevance | path

Searched refs:RECOVERY_SERVICE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DRecoverySystem.java75 @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()
/frameworks/base/services/core/java/com/android/server/
DRecoverySystemService.java72 publishBinderService(Context.RECOVERY_SERVICE, new BinderService()); in onStart()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java742 Context.RECOVERY_SERVICE); in uncrypt()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java530 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument
534 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java3479 public static final String RECOVERY_SERVICE = "recovery"; field in Context
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt14026 Landroid/content/Context;->RECOVERY_SERVICE:Ljava/lang/String;