Searched refs:testResources (Results 1 – 6 of 6) sorted by relevance
65 ExternalResources.Resources testResources = in installDefaultProvider() local68 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 …]
179 ExternalResources.Resources testResources = in prepareFakeData() local182 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()
38 int[] testResources = new int[]{com.android.overlaytest.R.attr.customAttribute}; in TestTextView() local40 TypedArray typedArray = theme.obtainStyledAttributes(attrs, testResources, defStyleAttr, in TestTextView()
120 ExternalResources.Resources testResources = in prepareCustomContentWidth() local123 testResources.putDimension( in prepareCustomContentWidth()131 testResources.getIdentifier( in prepareCustomContentWidth()
694 ExternalResources.Resources testResources = in prepareFakeData() local697 testResources.putDimension( in prepareFakeData()704 testResources.getIdentifier( in prepareFakeData()
31 public void testResources() { in testResources() method in SysuiResourceLoadingTest