OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTestPlanFile
(Results
1 - 4
of
4
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java
152
public File
getTestPlanFile
(String planName) throws FileNotFoundException {
/cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java
98
final File testFile = mBuild.
getTestPlanFile
(PLAN_NAME);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java
164
mPlanFile = build.
getTestPlanFile
(mPlanName);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java
597
File ctsPlanFile = mCtsBuild.
getTestPlanFile
(mPlanName);
Completed in 96 milliseconds