Searched refs:stub (Results 1 – 8 of 8) sorted by relevance
30 framework-stub-for-compatibility-device-info41 LOCAL_MODULE := framework-stub-for-compatibility-device-info
17 package com.android.cts.stub;
22 public void run(TestStubs stub) { in run() argument
138 ViewStub stub = (ViewStub) findViewById(R.id.test_content_stub); in handleMessage() local142 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()
226 ViewStub stub = new ViewStub(mActivity); in testInflateErrorNullParent() local227 assertNull(stub.getParent()); in testInflateErrorNullParent()228 stub.inflate(); in testInflateErrorNullParent()