Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DRecoverySystem.java86 @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()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java784 Context.RECOVERY_SERVICE); in uncrypt()
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java397 publishBinderService(Context.RECOVERY_SERVICE, mRecoverySystemService); in onStart()
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java611 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class, in registerService() argument
615 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE); in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java4457 public static final String RECOVERY_SERVICE = "recovery"; field in Context
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10262 Landroid/content/Context;->RECOVERY_SERVICE:Ljava/lang/String;