Searched defs:dumpAll (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPath.java213 static void dumpAll() { method in class:Path
214 dumpAll(sRoot, "", "");
217 static void dumpAll(Path p, String prefix1, String prefix2) { method in class:Path
233 dumpAll(child, prefix2 + "+-- ", prefix2 + "| ");
235 dumpAll(child, prefix2 + "+-- ", prefix2 + " ");

Completed in 159 milliseconds