Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dstrings_test.cc222 time_t then = 123456789; in TEST() local
/system/bt/gd/cert/
Dtruth.py101 def then(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): member in EventStreamContinuationSubject
Dbehavior.py110 def then(self, times=1): member in PersistenceStage
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp334 auto then = std::chrono::system_clock::now() + in promptUserConfirmation_() local
/system/core/healthd/
Dhealthd_mode_charger.cpp459 int64_t then = key->timestamp + timeout; in SetNextKeyCheck() local
/system/bt/main/shim/
Dacl.cc1003 time_t then = record.timestamp / 1000; in DumpsysBtm() local
/system/security/keystore2/src/
Ddatabase.rs3284 let then = now.checked_sub(duration).unwrap(); in datetime() localVariable