Home
last modified time | relevance | path

Searched +defs:zip +defs:rs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DRecoverySystem.java240 ZipFile zip = new ZipFile(keystore); in getTrustedCerts() local
467 try (ZipFile zip = new ZipFile(packageFile)) { in readAndVerifyPackageCompatibilityEntry()
521 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in processPackage() local
670 RecoverySystem rs = (RecoverySystem) context.getSystemService( in installPackage() local
745 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in prepareForUnattendedUpdate() local
767 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in clearPrepareForUnattendedUpdate() local
795 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in rebootAndApply() local
815 RecoverySystem rs = context.getSystemService(RecoverySystem.class); in isPreparedForUnattendedUpdate() local
838 RecoverySystem rs = context.getSystemService(RecoverySystem.class); in rebootAndApply() local
873 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in scheduleUpdateOnBoot() local
[all …]