Home
last modified time | relevance | path

Searched defs:then (Results 1 – 3 of 3) sorted by relevance

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp326 auto then = std::chrono::system_clock::now() + in promptUserConfirmation_() local
/system/core/healthd/
Dhealthd_mode_charger.cpp481 int64_t then = key->timestamp + timeout; in SetNextKeyCheck() local
/system/security/keystore2/src/
Ddatabase.rs2956 let then = now.checked_sub(duration).unwrap(); in datetime() localVariable