Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dout_of_credits_detector.cc44 out_of_credits_(false) { in OutOfCreditsDetector()
86 if (state == out_of_credits_) { in ReportOutOfCredits()
89 out_of_credits_ = state; in ReportOutOfCredits()
Dout_of_credits_detector.h76 virtual bool out_of_credits() const { return out_of_credits_; } in out_of_credits()
98 bool out_of_credits_; variable