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

/system/core/healthd/
H A Dhealthd_mode_charger.cpp374 * If we stop it immediately instead of going through this loop, then
415 int64_t then = key->timestamp + timeout; local
417 if (charger->next_key_check == -1 || then < charger->next_key_check)
418 charger->next_key_check = then;

Completed in 129 milliseconds