Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dcomponents_expected_proto.txt102 req_navigation: 3
Dcomponents_full_proto.txt102 req_navigation: 3
/frameworks/base/tools/aapt2/
DApkInfo.proto143 int32 req_navigation = 4; field
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp877 int32_t req_navigation = 0; member in aapt::UsesConfiguarion
887 req_navigation = GetAttributeIntegerDefault( in Extract()
904 if (req_navigation != 0) { in Print()
905 printer->Print(StringPrintf(" reqNavigation='%d'", req_navigation)); in Print()
918 out_configuration->set_req_navigation(req_navigation); in ToProto()