Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskSave.cpp102 android::String8 reportValue; in handleReport() local
103 if (!findStringAttribute(STR_REPORT, reportValue)) { in handleReport()
108 std::unique_ptr<std::vector<android::String8> > list(StringUtil::split(reportValue, ',')); in handleReport()