OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrappedGTestInstrumentation
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/nativeopengl/src/com/android/opengl/cts/
GLTestInstrumentation.java
19
import android.test.wrappedgtest.
WrappedGTestInstrumentation
;
24
public class GLTestInstrumentation extends
WrappedGTestInstrumentation
{
/cts/libs/wrappedgtest/src/
WrappedGTestActivity.java
25
private
WrappedGTestInstrumentation
mInstrumentation;
27
public void setInstrumentation(
WrappedGTestInstrumentation
instrumentation) {
WrappedGTestInstrumentation.java
29
public class
WrappedGTestInstrumentation
extends Instrumentation {
31
private static final String TAG = "
WrappedGTestInstrumentation
";
35
public
WrappedGTestInstrumentation
() {
Completed in 37 milliseconds