Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/
DAndroid.mk30 framework-stub-for-compatibility-device-info
41 LOCAL_MODULE := framework-stub-for-compatibility-device-info
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubProvider2.java17 package com.android.cts.stub;
DStubProvider.java17 package com.android.cts.stub;
DStubAuthenticator.java17 package com.android.cts.stub;
/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/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.java138 ViewStub stub = (ViewStub) findViewById(R.id.test_content_stub); in handleMessage() local
142 stub.setLayoutResource(message.arg1); in handleMessage()
143 mView = stub.inflate(); in handleMessage()
147 stub.setLayoutResource(R.layout.test_content_canvasclientview); in handleMessage()
148 mView = stub.inflate(); in handleMessage()
/cts/tests/tests/view/src/android/view/cts/
DViewStubTest.java226 ViewStub stub = new ViewStub(mActivity); in testInflateErrorNullParent() local
227 assertNull(stub.getParent()); in testInflateErrorNullParent()
228 stub.inflate(); in testInflateErrorNullParent()