Home
last modified time | relevance | path

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

/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DFakeOverrideContentProvider.java65 ExternalResources.Resources testResources = in installDefaultProvider() local
68 testResources.putColor( in installDefaultProvider()
75 testResources.getIdentifier( in installDefaultProvider()
81 testResources.putDrawable( in installDefaultProvider()
88 testResources.getIdentifier( in installDefaultProvider()
94 testResources.putDimension( in installDefaultProvider()
101 testResources.getIdentifier( in installDefaultProvider()
107 testResources.putDimension( in installDefaultProvider()
114 testResources.getIdentifier( in installDefaultProvider()
120 testResources.putDimension( in installDefaultProvider()
[all …]
DPartnerConfigHelperTest.java179 ExternalResources.Resources testResources = in prepareFakeData() local
182 testResources in prepareFakeData()
184 testResources in prepareFakeData()
186 testResources.putText(TEST_STRING_RESOURCE_NAME.getResourceName(), EXCEPTED_STRING); in prepareFakeData()
192 testResources.putDrawable(TEST_DRAWABLE_RESOURCE_NAME.getResourceName(), mExpectedDrawable); in prepareFakeData()
198 testResources.getIdentifier( in prepareFakeData()
205 testResources.getIdentifier( in prepareFakeData()
212 testResources.getIdentifier( in prepareFakeData()
219 testResources.getIdentifier( in prepareFakeData()
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/view/
DTestTextView.java38 int[] testResources = new int[]{com.android.overlaytest.R.attr.customAttribute}; in TestTextView() local
40 TypedArray typedArray = theme.obtainStyledAttributes(attrs, testResources, defStyleAttr, in TestTextView()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
DSplitNavLayoutTest.java120 ExternalResources.Resources testResources = in prepareCustomContentWidth() local
123 testResources.putDimension( in prepareCustomContentWidth()
131 testResources.getIdentifier( in prepareCustomContentWidth()
DCarSetupWizardCompatLayoutTest.java694 ExternalResources.Resources testResources = in prepareFakeData() local
697 testResources.putDimension( in prepareFakeData()
704 testResources.getIdentifier( in prepareFakeData()
/frameworks/base/packages/SystemUI/tests/robolectric/src/com/android/systemui/robotests/
DSysuiResourceLoadingTest.java31 public void testResources() { in testResources() method in SysuiResourceLoadingTest