Searched refs:recently_imported (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 262 recently_imported: HashSet<(u32, String)>, field 406 shelf.put(AsyncState { legacy_loader, db_path, recently_imported: Default::default() }); in init_shelf() 435 if state.recently_imported.contains(&(uid, alias.clone())) { in get_legacy() 443 state.recently_imported.insert((uid, alias)); in get_legacy() 453 if state.recently_imported.contains(&(uid, alias.clone())) { in remove_legacy()
|
/system/security/keystore2/src/ |
D | legacy_importer.rs | 80 recently_imported: HashSet<RecentImport>, field 168 recently_imported: Default::default(), in check_state() 598 if self.recently_imported.contains(&RecentImport::new(uid, alias.clone())) { in check_and_import() 704 self.recently_imported.insert(RecentImport::new(uid, alias.clone())); in check_and_import()
|