HomeSort by relevance Sort by last modified time
    Searched full:operator_info_ (Results 1 - 1 of 1) sorted by null

  /system/connectivity/shill/cellular/
mobile_operator_info_unittest.cc 97 : operator_info_(new MobileOperatorInfo(&dispatcher_, "Operator")),
98 operator_info_impl_(operator_info_->impl()) {}
117 operator_info_->AddDatabasePath(tmp_db_path);
131 std::unique_ptr<MobileOperatorInfo> operator_info_; member in class:shill::MobileOperatorInfoInitTest
132 // Owned by |operator_info_| and tied to its life cycle.
142 operator_info_->ClearDatabasePaths();
143 EXPECT_FALSE(operator_info_->Init());
151 operator_info_->ClearDatabasePaths();
152 operator_info_->AddDatabasePath(database_path);
153 EXPECT_FALSE(operator_info_->Init())
    [all...]

Completed in 166 milliseconds