Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dcomponents_expected_proto.txt76 other_services: true
Dcomponents_full_proto.txt76 other_services: true
/frameworks/base/tools/aapt2/
DApkInfo.proto121 bool other_services = 4; field
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp174 bool other_services = false; member in aapt::Components
193 if (other_services) { in Print()
209 out_components->set_other_services(other_services); in ToProto()
2750 components_.other_services = true; in Extract()