HomeSort by relevance Sort by last modified time
    Searched refs:kAttrPrivate (Results 1 - 8 of 8) sorted by null

  /frameworks/base/tools/aapt2/link/
PrivateAttributeMover_test.cpp 49 type = package->findType(ResourceType::kAttrPrivate);
74 type = package->findType(ResourceType::kAttrPrivate);
PrivateAttributeMover.cpp 68 ResourceTableType* privAttrType = package->findOrCreateType(ResourceType::kAttrPrivate);
  /frameworks/base/tools/aapt2/
Resource.cpp 31 case ResourceType::kAttrPrivate: return u"^attr-private";
59 { u"^attr-private", ResourceType::kAttrPrivate },
Resource_test.cpp 42 EXPECT_EQ(*type, ResourceType::kAttrPrivate);
Resource.h 42 kAttrPrivate,
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 109 return findByName(ResourceName(name.package, ResourceType::kAttrPrivate, name.entry));
123 if (name.type == ResourceType::kAttr || name.type == ResourceType::kAttrPrivate) {
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 504 if (type->type == ResourceType::kAttrPrivate) {
523 ResourceTableType* privType = package->findType(ResourceType::kAttrPrivate);
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp 449 case ResourceType::kAttrPrivate:

Completed in 5591 milliseconds