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

  /system/connectivity/shill/cellular/
cellular_capability_universal_cdma.cc 118 if (!cellular()->serving_operator_info()->IsMobileNetworkOperatorKnown() ||
119 cellular()->serving_operator_info()->activation_code().empty()) {
153 cellular()->serving_operator_info()->activation_code(),
193 if (!cellular()->serving_operator_info()->IsMobileNetworkOperatorKnown() ||
194 cellular()->serving_operator_info()->olp_list().empty()) {
233 if (!cellular()->serving_operator_info()->IsMobileNetworkOperatorKnown()) {
238 cellular()->serving_operator_info()->olp_list();
251 GetMdnForOLP(cellular()->serving_operator_info()));
535 cellular()->serving_operator_info()->UpdateSID(UintToString(sid));
536 cellular()->serving_operator_info()->UpdateNID(UintToString(nid))
    [all...]
cellular.cc 134 serving_operator_info()->AddObserver(mobile_operator_info_observer_.get());
151 serving_operator_info()->RemoveObserver(
1589 const MobileOperatorInfo* serving_operator_info = local
    [all...]
cellular.h 130 MobileOperatorInfo* serving_operator_info() const { function in class:shill::Cellular
297 void set_serving_operator_info(MobileOperatorInfo* serving_operator_info);
cellular_capability_classic.cc 323 cellular()->serving_operator_info()->UpdateIMSI(imsi);
cellular_capability_universal.cc     [all...]
cellular_capability_gsm.cc 718 cellular()->serving_operator_info()->UpdateMCCMNC(operator_code);
719 cellular()->serving_operator_info()->UpdateOperatorName(operator_name);
762 cellular()->serving_operator_info()->UpdateIMSI(imsi);

Completed in 2025 milliseconds