Searched refs:STR_VERSION (Results 1 – 1 of 1) sorted by relevance
23 static const android::String8 STR_VERSION("version"); variable29 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()