Home
last modified time | relevance | path

Searched defs:out_of_credits (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/cellular/
Dout_of_credits_detector.h76 virtual bool out_of_credits() const { return out_of_credits_; } in out_of_credits() function
Dcellular_service_unittest.cc502 bool out_of_credits = true; in TEST_F() local