Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DApkInfo.proto279 int32 resource_int = 5; field
338 int32 resource_int = 5; field
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1921 const int* resource_int; member in aapt::MetaData
1928 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract()
1941 } else if (resource_int) { in Print()
1942 printer->Print(StringPrintf(" resource='%d'", *resource_int)); in Print()
1960 } else if (resource_int) { in ToProto()
1961 metadata->set_resource_int(*resource_int); in ToProto()
2411 const int* resource_int; member in aapt::Property
2418 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract()
2430 } else if (resource_int) { in Print()
2431 printer->Print(StringPrintf("resource='%d' ", *resource_int)); in Print()
[all …]