OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLayoutTestsDirContents
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
TestsListPreloaderThread.java
85
List<String> dirRelativePaths = FsUtils.
getLayoutTestsDirContents
(relativePath, false, true);
95
List<String> testRelativePaths = FsUtils.
getLayoutTestsDirContents
(relativePath, false, false);
FsUtils.java
206
public static List<String>
getLayoutTestsDirContents
(String dirRelativePath, boolean recurse,
257
Log.e(LOG_TAG, "
getLayoutTestsDirContents
(): HTTP GET failed for URL " + url);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
DirListActivity.java
401
List<String> dirRelativePaths = FsUtils.
getLayoutTestsDirContents
(dirPath, false, true);
411
List<String> testRelativePaths = FsUtils.
getLayoutTestsDirContents
(dirPath, false, false);
Completed in 368 milliseconds