OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resume_start_time
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/cellular/
mock_cellular_service.h
46
MOCK_CONST_METHOD0(
resume_start_time
, const base::Time&());
active_passive_out_of_credits_detector_unittest.cc
83
ON_CALL(*service_,
resume_start_time
())
173
ON_CALL(*service_,
resume_start_time
())
cellular_service.h
104
virtual const base::Time&
resume_start_time
() const {
function in class:shill::CellularService
active_passive_out_of_credits_detector.cc
212
time_since_resume = base::Time::Now() - service()->
resume_start_time
();
Completed in 342 milliseconds