Home
last modified time | relevance | path

Searched defs:scriptName (Results 1 – 2 of 2) sorted by relevance

/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRecorder.java105 public MonkeyRecorder(String scriptName, String version) throws IOException { in MonkeyRecorder()
128 private static void initXmlFile(String scriptName, String version) throws IOException { in initXmlFile()
DMonkeyRunner.java63 static String scriptName = null; field in MonkeyRunner