Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dentropy.rs22 static MIN_FEED_INTERVAL_SECS: u64 = 30; constant
36 Some(last) => now.duration_since(last) > Duration::from_secs(MIN_FEED_INTERVAL_SECS), in register_feeder()