Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.cpp412 bool check_id = validate_resources_ && res_id.is_valid_dynamic(); in AddResourceImpl() local
420 if (check_id && type->id && type->id.value() != res_id.type_id()) { in AddResourceImpl()
432 if (check_id && entry->id && entry->id.value() != res_id.entry_id()) { in AddResourceImpl()
518 bool check_id = validate_resources_ && res_id.is_valid_dynamic(); in SetVisibilityImpl() local
526 if (check_id && type->id && type->id.value() != res_id.type_id()) { in SetVisibilityImpl()
538 if (check_id && entry->id && entry->id.value() != res_id.entry_id()) { in SetVisibilityImpl()