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

  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 45 lib_two_assets_ = ApkAssets::Load(GetTestDataPath() + "/lib_two/lib_two.apk");
46 ASSERT_NE(nullptr, lib_two_assets_);
53 std::unique_ptr<const ApkAssets> lib_two_assets_; member in class:android::ThemeTest
197 {lib_two_assets_.get(), lib_one_assets_.get(), libclient_assets_.get()});
AssetManager2_test.cpp 56 lib_two_assets_ = ApkAssets::Load(GetTestDataPath() + "/lib_two/lib_two.apk");
57 ASSERT_NE(nullptr, lib_two_assets_);
74 std::unique_ptr<const ApkAssets> lib_two_assets_; member in class:android::AssetManager2Test
146 {lib_two_assets_.get(), lib_one_assets_.get(), libclient_assets_.get()});
234 {lib_two_assets_.get(), lib_one_assets_.get(), libclient_assets_.get()});

Completed in 3733 milliseconds