HomeSort by relevance Sort by last modified time
    Searched defs:state_evdo (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/dbus/
chromeos_modem_cdma_proxy.cc 193 uint32_t state_evdo) {
195 << ", " << state_evdo << ")"; local
196 callback.Run(state_1x, state_evdo, Error());
  /system/connectivity/shill/cellular/
cellular_capability_universal_cdma.cc 493 MMModemCdmaRegistrationState state_evdo = cdma_evdo_registration_state_; local
504 state_evdo = static_cast<MMModemCdmaRegistrationState>(
522 OnCDMARegistrationChanged(state_1x, state_evdo, sid, nid);
527 MMModemCdmaRegistrationState state_evdo,
530 << ", state_evdo=" << state_evdo; local
532 cdma_evdo_registration_state_ = state_evdo;

Completed in 495 milliseconds