Searched defs:GetValueForConfig (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/test/
H A DCommon.h75 T* GetValueForConfig(ResourceTable* table, const android::StringPiece& res_name, function in namespace:aapt::test
82 return GetValueForConfig<T>(table, res_name, {});
222 return GetValueForConfig<Value>(&(*arg), name, {}) != nullptr;
228 return GetValueForConfig<Value>(&(*arg), name, config) != nullptr;

Completed in 55 milliseconds