OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPlanName
(Results
1 - 3
of
3
) sorted by null
/cts/tools/host/src/com/android/cts/
TestHost.java
519
* @param
testPlanName
the name of the specified test plan
522
static public TestSession createSession(final String
testPlanName
)
526
String testPlanPath = sConfig.getPlanRepository().getPlanPath(
testPlanName
);
579
* @param
testPlanName
Test plan name.
582
public ArrayList<TestSession> getSessionList(final String
testPlanName
) {
585
if (
testPlanName
.equals(session.getSessionLog().getTestPlanName())) {
646
* @param
testPlanName
TestPlan config file name
651
public TestSession startSession(final String
testPlanName
,
659
TestSession ts = createSession(
testPlanName
);
ConsoleUi.java
441
String
testPlanName
= mHost.getPlanName(cp.getValue(CTSCommand.OPTION_PLAN));
448
testPlanName
= mHost.getPlanName(cp
451
.getPlanPath(
testPlanName
);
453
CUIOutputStream.println("Plan " +
testPlanName
473
ArrayList<TestSession> sessionList = mHost.getSessionList(
testPlanName
);
478
ts = TestHost.createSession(
testPlanName
);
516
ts = TestHost.createSession(
testPlanName
);
523
CUIOutputStream.println("Test plan(" +
testPlanName
+ ") "
529
CUIOutputStream.println("Can't find test plan " +
testPlanName
);
[
all
...]
TestSessionLog.java
114
public TestSessionLog(final Collection<TestPackage> packages, final String
testPlanName
) {
118
mTestPlanName =
testPlanName
;
Completed in 30 milliseconds