Home | History | Annotate | Download | only in cros

Lines Matching defs:apn

57   std::string apn;
66 CellularApn(const std::string& apn, const std::string& network_id,
807 const CellularApn& apn() const { return apn_; }
810 // Sets the APN to use in establishing data connections. Only
811 // the fields of the APN that are needed for making connections
814 void SetApn(const CellularApn& apn);
882 void set_apn(const base::DictionaryValue& apn) { apn_.Set(apn); }