Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 121) sorted by relevance

12345

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_CommonDataKinds_ImTest.java56 int res = Im.getProtocolLabelResource(type); in assertGetProtocolLabel() local
64 int res = Im.getProtocolLabelResource(Im.PROTOCOL_CUSTOM); in assertCustomProtocolLabel() local
70 int res = Im.getTypeLabelResource(type); in assertGetTypeLabel() local
78 int res = Im.getTypeLabelResource(Im.TYPE_CUSTOM); in assertCustomTypeLabel() local
DContactsContract_CommonDataKinds_StructuredPostalTest.java42 int res = StructuredPostal.getTypeLabelResource(type); in assertGetTypeLabel() local
50 int res = StructuredPostal.getTypeLabelResource(StructuredPostal.TYPE_CUSTOM); in assertCustomTypeLabel() local
DContactsContract_CommonDataKinds_PhoneTest.java59 int res = Phone.getTypeLabelResource(type); in assertGetTypeLabel() local
67 int res = Phone.getTypeLabelResource(Phone.TYPE_CUSTOM); in assertCustomTypeLabel() local
DContactsContract_CommonDataKinds_SipAddressTest.java42 int res = SipAddress.getTypeLabelResource(type); in assertGetTypeLabel() local
50 int res = SipAddress.getTypeLabelResource(SipAddress.TYPE_CUSTOM); in assertCustomTypeLabel() local
DContactsContract_CommonDataKinds_EmailTest.java43 int res = Email.getTypeLabelResource(type); in assertGetTypeLabel() local
51 int res = Email.getTypeLabelResource(Email.TYPE_CUSTOM); in assertCustomTypeLabel() local
DContactsContract_CommonDataKinds_RelationTest.java53 int res = Relation.getTypeLabelResource(type); in assertGetTypeLabel() local
61 int res = Relation.getTypeLabelResource(Relation.TYPE_CUSTOM); in assertCustomTypeLabel() local
DContactsContract_CommonDataKinds_OrganizationTest.java45 int res = Organization.getTypeLabelResource(type); in assertGetTypeLabel() local
53 int res = Organization.getTypeLabelResource(Im.TYPE_CUSTOM); in assertCustomTypeLabel() local
DContactsContract_CommonDataKinds_EventTest.java33 int res = Event.getTypeResource(type); in assertGetTypeLabel() local
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java59 private static void checkValue(final Resources res, final int resId, in checkValue()
75 private static void checkValue(final Resources res, final int resId, in checkValue()
220 private static void checkPair(Resources res, int[] notResIds, in checkPair()
244 Resources res = config.getResources(); in testAllEmptyConfigs() local
476 Resources res = config.getResources(); in testAllClassicConfigs() local
685 Resources res = config.getResources(); in testDensity() local
753 Resources res = config.getResources(); in testScreenSize() local
798 Resources res = config.getResources(); in testNewScreenSize() local
934 Resources res = config.getResources(); in testPrecedence() local
1051 Resources res = config.getResources(); in testCombinations() local
[all …]
DArrayTest.java34 private void checkEntry(final int resid, final int index, final Object res, in checkEntry()
41 final String[] res = mResources.getStringArray(resid); in checkStringArray() local
49 final CharSequence[] res = mResources.getTextArray(resid); in checkTextArray() local
57 final int[] res = mResources.getIntArray(resid); in checkIntArray() local
DResources_ThemeTest.java126 Resources res = getContext().getResources(); in testRebase() local
156 final Resources res = getContext().getResources(); in testGetDrawable() local
166 final Resources res = getContext().getResources(); in testGetResources() local
173 final Resources res = getContext().getResources(); in testEmptyDoesNotGetOverriden() local
DResourceNameTest.java29 final Resources res = mContext.getResources(); in testGetResourceName() local
46 final Resources res = mContext.getResources(); in testGetResourceIdentifier() local
DPluralResourcesTest.java52 final Resources res = resourcesForLanguage("en"); in testPlurals() local
79 final Resources res = resourcesForLanguage("cs"); in testCzech() local
DColorStateListTest.java50 final Resources res = getContext().getResources(); in testCreateFromXml() local
63 final Resources res = getContext().getResources(); in testCreateFromXmlThemed() local
76 final Resources res = getContext().getResources(); in testGetChangingConfigurations() local
DPrivateAttributeTest.java39 final Resources res = getContext().getResources(); in testNoAttributesAfterLastPublicAttribute() local
DResourcesTest.java142 private static void checkGetText1(final Resources res, final int resId, in checkGetText1()
153 private static void checkGetText2(final Resources res, final int resId, in checkGetText2()
244 Resources res = createNewResources(); in testUpdateConfiguration() local
254 Resources res = createNewResources(); in testUpdateConfiguration_emptyLocaleIsOverridden() local
267 Resources res = createNewResources(); in testUpdateConfiguration_copyLocales() local
282 Resources res = createNewResources(); in testUpdateConfiguration_emptyAfterUpdate() local
605 final Resources res = resourcesForLanguage("cs"); in testGetQuantityText() local
698 final String[] res = mResources.getStringArray(resid); in checkStringArray() local
705 private void checkEntry(final int resid, final int index, final Object res, in checkEntry()
712 final CharSequence[] res = mResources.getTextArray(resid); in checkTextArray() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapDrawableTest.java83 final Resources res = mContext.getResources(); in testPreloadDensity() local
94 private void verifyPreloadDensityInner(Resources res, int sourceResId, int[] densities) in verifyPreloadDensityInner()
154 private static void setResourcesDensity(Resources res, int densityDpi) { in setResourcesDensity()
/cts/tests/tests/net/native/qtaguid/src/
DNativeQtaguidTest.cpp65 int res; in getCtrlSkInfo() local
98 int res = hasQtaguidKernelSupport(); in TEST() local
117 int res = hasQtaguidKernelSupport(); in TEST() local
136 int res = hasQtaguidKernelSupport(); in TEST() local
/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp115 XAresult res = (*playerBQItf)->Enqueue(playerBQItf, NULL /*pBufferContext*/, in enqueueInitialBuffers() local
133 XAresult res; in AndroidBufferQueueCallback() local
214 XAresult res; in StreamChangeCallback() local
287 XAresult res; in Java_android_mediastress_cts_NativeMediaActivity_createEngine() local
317 XAresult res; in Java_android_mediastress_cts_NativeMediaActivity_createMediaPlayer() local
425 XAresult res; in Java_android_mediastress_cts_NativeMediaActivity_playOrPauseMediaPlayer() local
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_NameValueTableTest.java72 Uri res = NameValueTable.getUriFor(uri, name); in testGetUriFor() local
74 assertEquals(Uri.withAppendedPath(uri, name), res); in testGetUriFor() local
/cts/tests/tests/security/src/android/security/cts/
DMediaServerCrashTest.java101 private void testIfMediaServerDied(int res) throws Exception { in testIfMediaServerDied()
126 private void checkIfMediaServerDiedForDrm(int res) throws Exception { in checkIfMediaServerDiedForDrm()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java44 final Bundle res = doAllocation(context, intent.getExtras()); in onReceive() local
95 final Bundle res = new Bundle(); in doAllocation() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DNumberDialingTest.java42 final Object[] res = new Object[1]; in testEndInPound() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DRippleDrawableTest.java79 final Resources res = mContext.getResources(); in testPreloadDensity() local
88 private void verifyPreloadDensityInner(Resources res, int densityDpi) in verifyPreloadDensityInner()
/cts/tests/tests/media/src/android/media/cts/
DNativeEncoderTest.java76 private boolean testEncode(int res, String mime, int width, int height) { in testEncode()
112 private boolean testEncodeDynamicSyncFrame(int res, String mime, int width, int height) { in testEncodeDynamicSyncFrame()
148 private boolean testEncodeDynamicBitrate(int res, String mime, int width, int height) { in testEncodeDynamicBitrate()
184 private boolean testEncodePersistentSurface(int res, String mime, int width, int height) { in testEncodePersistentSurface()

12345