Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.cpp410 bool check_id = validate_resources_ && res_id.is_valid(); in AddResourceImpl() local
418 if (check_id && type->id && type->id.value() != res_id.type_id()) { in AddResourceImpl()
430 if (check_id && entry->id && entry->id.value() != res_id.entry_id()) { in AddResourceImpl()
516 bool check_id = validate_resources_ && res_id.is_valid(); in SetVisibilityImpl() local
524 if (check_id && type->id && type->id.value() != res_id.type_id()) { in SetVisibilityImpl()
536 if (check_id && entry->id && entry->id.value() != res_id.entry_id()) { in SetVisibilityImpl()