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

/frameworks/support/core-utils/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java49 private File rootMeow; field in class:DocumentFileTest
76 rootMeow = new File(root, MEOW);
77 rootMeowCat = new File(rootMeow, CAT);
78 rootMeowDog = new File(rootMeow, DOG);
79 rootMeowBar = new File(rootMeow, BAR);
89 deleteContents(rootMeow);
90 rootMeow.mkdir();

Completed in 74 milliseconds