Searched refs:ValueForConfig (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/optimize/ |
D | MultiApkGenerator_test.cpp | 86 inline FileReference* ValueForConfig(ResourceTable* table, const ConfigDescription& config) { in ValueForConfig() function in aapt::__anon09d821290111::MultiApkGeneratorTest 120 EXPECT_THAT(ValueForConfig(new_table, mdpi_), IsNull()); in TEST_F() 121 EXPECT_THAT(ValueForConfig(new_table, hdpi_), IsNull()); in TEST_F() 122 EXPECT_THAT(ValueForConfig(new_table, xxhdpi_), IsNull()); in TEST_F() 123 EXPECT_THAT(ValueForConfig(new_table, xxxhdpi_), IsNull()); in TEST_F() 124 EXPECT_THAT(ValueForConfig(new_table, v19_), IsNull()); in TEST_F() 127 EXPECT_THAT(ValueForConfig(new_table, xhdpi_), NotNull()); in TEST_F() 129 EXPECT_THAT(ValueForConfig(new_table, default_), NotNull()); in TEST_F() 147 EXPECT_THAT(ValueForConfig(new_table, mdpi_), IsNull()); in TEST_F() 148 EXPECT_THAT(ValueForConfig(new_table, hdpi_), IsNull()); in TEST_F() [all …]
|