Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Denforcements.rs167 Self { map_and_cleanup_counter: Mutex::new((HashMap::new(), Self::CLEANUP_PERIOD + 1)) } in default()
176 const CLEANUP_PERIOD: u8 = 25; constant
201 *cleanup_counter = Self::CLEANUP_PERIOD + 1; in add_receiver()