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

/frameworks/support/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java45 private File rootMeow; field in class:DocumentFileTest
72 rootMeow = new File(root, MEOW);
73 rootMeowCat = new File(rootMeow, CAT);
74 rootMeowDog = new File(rootMeow, DOG);
75 rootMeowBar = new File(rootMeow, BAR);
85 FileUtils.deleteContents(rootMeow);
86 rootMeow.mkdir();

Completed in 124 milliseconds