Home
last modified time | relevance | path

Searched defs:testMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/common/
DTestScene.cpp25 std::unordered_map<std::string, TestScene::Info>& TestScene::testMap() { in testMap() function in android::uirenderer::test::TestScene
26 static std::unordered_map<std::string, TestScene::Info> testMap; in testMap() local
/frameworks/support/lifecycle/livedata/src/test/java/androidx/lifecycle/
DTransformationsTest.java59 public void testMap() { in testMap() method in TransformationsTest