Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskBatch.cpp23 static const android::String8 STR_VERSION("version"); variable
29 const android::String8* list[] = {&STR_NAME, &STR_VERSION, &STR_DESCRIPTION, NULL}; in TaskBatch()
58 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) { in run()