HomeSort by relevance Sort by last modified time
    Searched defs:expectedRoot (Results 1 - 5 of 5) sorted by null

  /frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
XMLParserTest.java 76 XMLNode expectedRoot = createNode(null, "root", "");
77 createNode(expectedRoot, "child1", "test1");
78 createNode(expectedRoot, "child2", "test2");
81 assertTrue(actualRoot.equals(expectedRoot));
  /frameworks/support/core-utils/tests/java/android/support/v4/content/
FileProviderTest.java 127 File expectedRoot = mContext.getFilesDir().getCanonicalFile();
128 File file = buildPath(expectedRoot, "file.test");
132 file = buildPath(expectedRoot, "subdir", "file.test");
154 File expectedRoot = mContext.getFilesDir().getCanonicalFile();
155 File file = buildPath(expectedRoot, "lol\"wat?foo&bar", "wat.txt");
169 File expectedRoot = mContext.getFilesDir().getCanonicalFile();
170 File file = buildPath(expectedRoot, "file.txt");
182 File expectedRoot = mContext.getFilesDir().getCanonicalFile();
183 File outFile = new File(expectedRoot, "/foo/bar");
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 

Completed in 113 milliseconds