OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestSize
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java
41
private TestSize
mTestSize
= null;
70
return
mTestSize
;
74
mTestSize
= size;
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
PrintTestRunner.java
77
private String
mTestSize
;
124
mTestSize
= size;
163
if (
mTestSize
!= null) {
164
runner.setTestSize(TestSize.getTestSize(
mTestSize
));
Completed in 216 milliseconds