Home
last modified time | relevance | path

Searched refs:STR_VERSION (Results 1 – 2 of 2) 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()
DTaskCase.cpp31 static const android::String8 STR_VERSION("version"); variable
38 const android::String8* list[] = {&STR_NAME, &STR_VERSION, &STR_DESCRIPTION, NULL}; in TaskCase()
311 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) { in run()