OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPlanName
(Results
1 - 3
of
3
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java
50
private String
mPlanName
= null;
82
mPlanName
= planName;
101
mPlanName
));
121
ITestPlan derivedPlan = new TestPlan(
mPlanName
, abis);
162
if (
mPlanName
== null) {
166
mPlanFile = build.getTestPlanFile(
mPlanName
);
169
mPlanName
));
CtsXmlResultReporter.java
88
private String
mPlanName
= "NA";
143
mPlanName
= resultRepo.getSummaries().get(mContinueSessionId).getTestPlan();
398
serializer.attribute(ns, PLAN_ATTR,
mPlanName
);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java
92
private String
mPlanName
= null;
362
mPlanName
= planName;
730
if (
mPlanName
!= null) {
731
Log.i(LOG_TAG, String.format("Executing CTS test plan %s",
mPlanName
));
732
File ctsPlanFile = mCtsBuild.getTestPlanFile(
mPlanName
);
733
ITestPlan plan = createPlan(
mPlanName
);
742
CLog.e("Could not find test id %s referenced in plan %s", testId,
mPlanName
);
790
CLog.e("Could not find test id %s referenced in plan %s", testId,
mPlanName
);
[
all
...]
Completed in 437 milliseconds