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

  /frameworks/base/tools/aapt2/process/
IResourceTableConsumer.h 49 virtual uint8_t GetPackageId() = 0;
  /frameworks/base/libs/androidfw/tests/
LoadedArsc_test.cpp 42 EXPECT_EQ(0x7f, packages[0]->GetPackageId());
94 EXPECT_EQ(0, packages[0]->GetPackageId());
116 EXPECT_EQ(0x7f, packages[0]->GetPackageId());
143 EXPECT_EQ(0x7f, packages[0]->GetPackageId());
  /frameworks/base/libs/androidfw/include/androidfw/
LoadedArsc.h 80 inline int GetPackageId() const { return package_id_; }
  /frameworks/base/tools/aapt2/cmd/
Dump.cpp 166 uint8_t GetPackageId() override {
Compile.cpp 243 pkg->id = context->GetPackageId();
635 uint8_t GetPackageId() override {
Optimize.cpp 84 uint8_t GetPackageId() override {
Diff.cpp 43 uint8_t GetPackageId() override {
Link.cpp 154 uint8_t GetPackageId() override {
825 pkg->id.value() != context_->GetPackageId();
    [all...]
  /frameworks/base/tools/aapt2/test/
Context.h 59 uint8_t GetPackageId() override {
  /frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp 251 .SetPackageId(context->GetCompilationPackage(), context->GetPackageId())
259 const ResourceId resid(context->GetPackageId(), 0x02, static_cast<uint16_t>(i));
TableFlattener.cpp 581 const uint8_t package_id = context->GetPackageId();
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 36 context_->GetCompilationPackage(), context_->GetPackageId());
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 66 package_id = package->GetPackageId();
116 base::StringAppendF(&list, "%s(%02x), ", package->GetPackageName().c_str(), package->GetPackageId());
    [all...]

Completed in 403 milliseconds