Home
last modified time | relevance | path

Searched refs:IKeystoreMaintenance (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStoreMaintenance.java23 import android.security.maintenance.IKeystoreMaintenance;
41 private static IKeystoreMaintenance getService() { in getService()
42 return IKeystoreMaintenance.Stub.asInterface( in getService()
/aosp12/system/security/keystore2/src/
H A Dmaintenance.rs29 IKeystoreMaintenance::{BnKeystoreMaintenance, IKeystoreMaintenance},
61 ) -> Result<Strong<dyn IKeystoreMaintenance>> { in new_native_binder() argument
268 impl IKeystoreMaintenance for Maintenance {
/aosp12/system/security/keystore2/aidl/android/security/maintenance/
H A DIKeystoreMaintenance.aidl27 interface IKeystoreMaintenance { interface
/aosp12/system/vold/
H A DKeymaster.cpp222 auto maint_service = ks2_maint::IKeystoreMaintenance::fromBinder(binder); in earlyBootEnded()
235 auto maint_service = ks2_maint::IKeystoreMaintenance::fromBinder(binder); in deleteAllKeys()