Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto279 int32 resource_int = 5;
338 int32 resource_int = 5;
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1923 const int* resource_int; member in aapt::MetaData
1930 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract()
1943 } else if (resource_int) { in Print()
1944 printer->Print(StringPrintf(" resource='%d'", *resource_int)); in Print()
1962 } else if (resource_int) { in ToProto()
1963 metadata->set_resource_int(*resource_int); in ToProto()
2413 const int* resource_int; member in aapt::Property
2432 } else if (resource_int) { in Print()
2433 printer->Print(StringPrintf("resource='%d' ", *resource_int)); in Print()
2450 } else if (resource_int) { in ToProto()
[all …]