Searched refs:STR_ID (Results 1 – 2 of 2) sorted by relevance
24 static const android::String8 STR_ID("id"); variable29 const android::String8* list[] = {&STR_ID, NULL}; in TaskDownload()41 if (!findStringAttribute(STR_ID, id)) { in run()42 LOGE("TaskDownload::run %s string not found", STR_ID.string()); in run()
25 static const android::String8 STR_ID("id"); variable32 const android::String8* list[] = {&STR_ID, &STR_TYPE, NULL}; in TaskSound()55 if (!findStringAttribute(STR_ID, id)) { in run()56 LOGE("TaskSound::run %s string not found", STR_ID.string()); in run()