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

  /system/connectivity/shill/cellular/
mock_cellular.h 46 MOCK_METHOD1(set_modem_state, void(ModemState state));
cellular_unittest.cc 765 device_->set_modem_state(Cellular::kModemStateConnected);
779 device_->set_modem_state(Cellular::kModemStateConnected);
    [all...]
cellular.h 156 void set_modem_state(ModemState state) { modem_state_ = state; } function in class:shill::Cellular
cellular_capability_universal_unittest.cc     [all...]
cellular.cc 924 set_modem_state(new_state);
    [all...]

Completed in 809 milliseconds