Searched refs:strFormattedState (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DSelectionCriterionType.cpp181 std::string strFormattedState; local
210 strFormattedState += "|";
213 strFormattedState += strSingleValue;
218 getLiteralValue(iValue, strFormattedState);
222 if (strFormattedState.empty()) {
224 strFormattedState = "<none>";
227 return strFormattedState;

Completed in 96 milliseconds