Home
last modified time | relevance | path

Searched refs:expectedRoot (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DXMLParserTest.java76 XMLNode expectedRoot = createNode(null, "root", ""); in parseValidXMLTree() local
77 createNode(expectedRoot, "child1", "test1"); in parseValidXMLTree()
78 createNode(expectedRoot, "child2", "test2"); in parseValidXMLTree()
81 assertTrue(actualRoot.equals(expectedRoot)); in parseValidXMLTree()
/frameworks/support/compat/src/androidTest/java/androidx/core/content/
DFileProviderTest.java129 File expectedRoot = mContext.getFilesDir().getCanonicalFile(); in testStrategyFileSimple() local
130 File file = buildPath(expectedRoot, "file.test"); in testStrategyFileSimple()
134 file = buildPath(expectedRoot, "subdir", "file.test"); in testStrategyFileSimple()
156 File expectedRoot = mContext.getFilesDir().getCanonicalFile(); in testStrategyEscaping() local
157 File file = buildPath(expectedRoot, "lol\"wat?foo&bar", "wat.txt"); in testStrategyEscaping()
171 File expectedRoot = mContext.getFilesDir().getCanonicalFile(); in testStrategyExtraParams() local
172 File file = buildPath(expectedRoot, "file.txt"); in testStrategyExtraParams()
184 File expectedRoot = mContext.getFilesDir().getCanonicalFile(); in testStrategyExtraSeparators() local
185 File outFile = new File(expectedRoot, "/foo/bar"); in testStrategyExtraSeparators()