Searched refs:KeystoreService (Results 1 – 2 of 2) sorted by relevance
53 pub struct KeystoreService { struct58 impl KeystoreService { argument353 impl binder::Interface for KeystoreService {} implementation357 impl IKeystoreService for KeystoreService { implementation
23 use keystore2::service::KeystoreService;81 let ks_service = KeystoreService::new_native_binder(id_rotation_state).unwrap_or_else(|e| { in main()