Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.java97 ViewStub stub = (ViewStub) findViewById(R.id.test_content_stub); in handleMessage() local
101 stub.setLayoutResource(message.arg1); in handleMessage()
102 mView = stub.inflate(); in handleMessage()
106 stub.setLayoutResource(R.layout.test_content_canvasclientview); in handleMessage()
107 mView = stub.inflate(); in handleMessage()
112 stub.setLayoutResource(R.layout.test_content_webview); in handleMessage()
113 mView = stub.inflate(); in handleMessage()
/cts/tests/tests/view/src/android/view/cts/
DViewStubTest.java203 ViewStub stub = new ViewStub(mContext); in testInflateError() local
204 assertNull(stub.getParent()); in testInflateError()
206 stub.inflate(); in testInflateError()
215 public void onInflate(ViewStub stub, View inflated) { in onInflate() argument
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_18.java22 public void run(TestStubs stub) { in run() argument
DT_invoke_virtual_20.java22 public void run(TestStubs stub) { in run() argument
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java224 TestStub stub = (TestStub) test; in checkArgs() local
225 assertEquals("Incorrect test arg", "bar", stub.mFoo); in checkArgs()
226 assertEquals("Incorrect module arg", "foobar", stub.mBlah); in checkArgs()
/cts/tests/tests/os/jni/seccomp-tests/
Dlocal-modifications-android.diff49 /* Defines the test function and creates the registration stub. */