Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dcellular_capability_universal.cc81 const char CellularCapabilityUniversal::kOperatorShortProperty[] = member in shill::CellularCapabilityUniversal
1057 if (result.ContainsString(kOperatorShortProperty)) in ParseScanResult()
1058 parsed[kShortNameProperty] = result.GetString(kOperatorShortProperty); in ParseScanResult()
Dcellular_capability_universal.h168 static const char kOperatorShortProperty[]; variable