Searched refs:actualRoot (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DSnapshotTests.cpp26 auto actualRoot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(0, 0, 100, 100)); local
29 root->previous = actualRoot.get();
51 auto actualRoot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(0, 0, 100, 100)); local
53 root->previous = actualRoot.get();
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
H A DXMLParserTest.java80 XMLNode actualRoot = mParser.parse(xmlTree);
81 assertTrue(actualRoot.equals(expectedRoot));

Completed in 83 milliseconds