OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCommandFile
(Results
1 - 2
of
2
) sorted by null
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
AddCommandFileOp.java
32
private final String
mCommandFile
;
36
mCommandFile
= commandFile;
64
j.put(COMMAND_FILE,
mCommandFile
);
70
return
mCommandFile
;
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandFileParserTest.java
57
private CommandFileParser
mCommandFile
;
65
mCommandFile
= new CommandFileParser() {
87
assertParsedData(
mCommandFile
, mMockFile, expectedCommands);
135
mCommandFile
.parseFile(mMockFile);
149
mCommandFile
.parseFile(mMockFile);
212
mCommandFile
.parseFile(mMockFile);
226
mCommandFile
.parseFile(mMockFile);
296
mCommandFile
.parseFile(mMockFile);
322
.addAll(
mCommandFile
.parseFile(mMockFile))
Completed in 688 milliseconds