Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dcomponents_expected_proto.txt75 other_receivers: true
Dcomponents_full_proto.txt75 other_receivers: true
/frameworks/base/tools/aapt2/
DApkInfo.proto120 bool other_receivers = 3; field
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp173 bool other_receivers = false; member in aapt::Components
190 if (other_receivers) { in Print()
208 out_components->set_other_receivers(other_receivers); in ToProto()
2740 components_.other_receivers = true; in Extract()