Searched refs:last_good_apn (Results 1 – 3 of 3) sorted by relevance
698 const chromeos::CellularNetwork::Apn& last_good_apn = in PopulateCellularDetails() local699 cellular->last_good_apn(); in PopulateCellularDetails()700 dictionary->SetString("last_good_apn", last_good_apn.apn); in PopulateCellularDetails()701 dictionary->SetString("last_good_apn_network_id", last_good_apn.network_id); in PopulateCellularDetails()702 dictionary->SetString("last_good_apn_username", last_good_apn.username); in PopulateCellularDetails()703 dictionary->SetString("last_good_apn_password", last_good_apn.password); in PopulateCellularDetails()
415 $('cellularApn').value = data.last_good_apn;
595 const Apn& last_good_apn() const { return last_good_apn_; } in last_good_apn() function