Home
last modified time | relevance | path

Searched defs:CompatibleScreens (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/
H A DApkInfo.proto313 message CompatibleScreens { message
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/
DApkInfo.pb.cc542 PROTOBUF_CONSTEXPR CompatibleScreens::CompatibleScreens( in CompatibleScreens() function in aapt::pb::CompatibleScreens
11294 CompatibleScreens::CompatibleScreens(::PROTOBUF_NAMESPACE_ID::Arena* arena, in CompatibleScreens() function in aapt::pb::CompatibleScreens
11300 CompatibleScreens::CompatibleScreens(const CompatibleScreens& from) in CompatibleScreens() function in aapt::pb::CompatibleScreens
DApkInfo.pb.h76 class CompatibleScreens; variable
6897 inline CompatibleScreens() : CompatibleScreens(nullptr) {} in CompatibleScreens() function
6902 CompatibleScreens(CompatibleScreens&& from) noexcept in CompatibleScreens() function
/aosp_15_r20/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp2356 class CompatibleScreens : public ManifestExtractor::Element { class