HomeSort by relevance Sort by last modified time
    Searched refs:IsDetecting (Results 1 - 9 of 9) sorted by null

  /system/connectivity/shill/cellular/
mock_out_of_credits_detector.h 35 MOCK_CONST_METHOD0(IsDetecting, bool());
subscription_state_out_of_credits_detector.h 34 bool IsDetecting() const override { return false; }
no_out_of_credits_detector.h 39 bool IsDetecting() const override { return false; }
out_of_credits_detector.h 69 virtual bool IsDetecting() const = 0;
active_passive_out_of_credits_detector_unittest.cc 133 EXPECT_TRUE(out_of_credits_detector_->IsDetecting());
138 EXPECT_TRUE(out_of_credits_detector_->IsDetecting());
144 EXPECT_FALSE(out_of_credits_detector_->IsDetecting());
156 EXPECT_TRUE(out_of_credits_detector_->IsDetecting());
161 EXPECT_TRUE(out_of_credits_detector_->IsDetecting());
167 EXPECT_FALSE(out_of_credits_detector_->IsDetecting());
180 EXPECT_FALSE(out_of_credits_detector_->IsDetecting());
192 EXPECT_FALSE(out_of_credits_detector_->IsDetecting());
206 EXPECT_FALSE(out_of_credits_detector_->IsDetecting());
219 EXPECT_FALSE(out_of_credits_detector_->IsDetecting());
    [all...]
active_passive_out_of_credits_detector.h 43 bool IsDetecting() const override;
active_passive_out_of_credits_detector.cc 73 bool ActivePassiveOutOfCreditsDetector::IsDetecting() const {
cellular_service_unittest.cc 340 ON_CALL(*out_of_credits_detector_, IsDetecting())
365 EXPECT_CALL(*out_of_credits_detector_, IsDetecting())
373 EXPECT_CALL(*out_of_credits_detector_, IsDetecting())
cellular_service.cc 129 if (out_of_credits_detector_->IsDetecting()) {

Completed in 79 milliseconds