Home | Sort by relevance Sort by last modified time |
/system/connectivity/shill/cellular/ | |
cellular_capability_universal_cdma_unittest.cc | 70 modem_3gpp_proxy_(new mm1::MockModemModem3gppProxy()), 152 return test_->modem_3gpp_proxy_.release(); 194 // TODO(armansito): Remove |modem_3gpp_proxy_| after refactor. 195 unique_ptr<mm1::MockModemModem3gppProxy> modem_3gpp_proxy_; member in class:shill::CellularCapabilityUniversalCDMATest |
cellular_capability_universal.h | 405 std::unique_ptr<mm1::ModemModem3gppProxyInterface> modem_3gpp_proxy_; member in class:shill::CellularCapabilityUniversal |
cellular_capability_universal_unittest.cc | 86 modem_3gpp_proxy_(new mm1::MockModemModem3gppProxy()), 209 capability_->modem_3gpp_proxy_.reset(modem_3gpp_proxy_.release()); 281 return test_->modem_3gpp_proxy_.release(); 337 unique_ptr<mm1::MockModemModem3gppProxy> modem_3gpp_proxy_; member in class:shill::CellularCapabilityUniversalTest [all...] |