Home
last modified time | relevance | path

Searched refs:GetNonEmptyField (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_service.cc64 static bool GetNonEmptyField(const Stringmap& stringmap, in GetNonEmptyField() function
197 if (GetNonEmptyField(value, kApnProperty, &str)) { in SetApn()
199 if (GetNonEmptyField(value, kApnUsernameProperty, &str)) in SetApn()
201 if (GetNonEmptyField(value, kApnPasswordProperty, &str)) in SetApn()
320 if (apn_info && GetNonEmptyField(*apn_info, apntag, &str)) in SaveApnField()