OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clonedSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java
177
TestDescriptor[]
clonedSource
= source.clone();
178
assertEquals("Unexpected number of items.",
clonedSource
.length, actual.size());
181
TestDescriptor sourceItem =
clonedSource
[i];
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java
145
String[]
clonedSource
= source.clone();
146
assertEquals("Unexpected number of items.",
clonedSource
.length, actual.size());
149
String sourceItem =
clonedSource
[i];
Completed in 37 milliseconds