Home
last modified time | relevance | path

Searched defs:assets (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/
DAssetFileProvider.kt30 val assets = context?.assets in openAssetFile() constant
/cts/tests/app/app/src/android/app/stubs/
DAssetFileProvider.kt28 val assets = context?.assets in onCreate() constant
/cts/tests/tests/neuralnetworks/java_test/src/android/neuralnetworks/cts/
DModelAssetTest.java46 AssetManager assets = InstrumentationRegistry.getContext().getAssets(); in testCompileModelFromAsset() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DMediaVulkanGpuTest.java38 AssetManager assets = InstrumentationRegistry.getContext().getAssets(); in getFramePixels() local
DBitmapFactory_OptionsTest.java68 AssetManager assets = resources.getAssets(); in testExtractMetaData() local
DTypefaceTest.java161 final AssetManager assets = res.getAssets(); in testGetSystemFontFamilyName() local
472 final AssetManager assets = mContext.getAssets(); in testTypefaceBuilder_fallback() local
DAImageDecoderTest.java414 AssetManager assets = getAssetManager(); in testDecode() local
DImageDecoderTest.java2526 AssetManager assets = getResources().getAssets(); in testTargetColorSpaceNoF16HARDWARE() local
2561 AssetManager assets = getResources().getAssets(); in testTargetColorSpaceUpconvert() local
2771 AssetManager assets = getResources().getAssets(); in testReuseAssetRecords() local
DBitmapColorSpaceTest.java317 Asset[] assets = new Asset[] { in reconfigure() local
/cts/tests/tests/text/src/android/text/cts/
DEllipsisHyphenationTest.kt54 val assets = InstrumentationRegistry.getInstrumentation().getContext().assets in <lambda>() constant
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DIntentTests.java118 AssetManager assets = TARGET_CONTEXT.getAssets(); in readAllFromAssets() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAssetsProvider.java43 AssetManager assets = getContext().getAssets(); in openAssetFile() local
/cts/tests/tests/os/src/android/os/cts/
DBuildVersionTest.java146 final AssetManager assets = in getExpectedReleases() local
DSeccompTest.java402 private static boolean installTestFilter(final AssetManager assets) { in installTestFilter()
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManagerTest.java150 final AssetManager assets = new AssetManager(); in testClose() local
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyWideGamutViewProducerActivity.java127 AssetManager assets = context.getResources().getAssets(); in WideGamutBitmapView() local
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java1032 AssetManager assets = InstrumentationRegistry.getTargetContext().getAssets(); in builder_with_font_with_axis() local
1065 AssetManager assets = InstrumentationRegistry.getTargetContext().getAssets(); in builder_with_explicit_style() local
1080 AssetManager assets = InstrumentationRegistry.getTargetContext().getAssets(); in builder_style_resolve_default() local
1092 AssetManager assets = InstrumentationRegistry.getTargetContext().getAssets(); in getBoundingBox() local
1113 AssetManager assets = InstrumentationRegistry.getTargetContext().getAssets(); in getFontMetrics() local
1132 AssetManager assets = InstrumentationRegistry.getTargetContext().getAssets(); in byteBufferEquality() local
1164 AssetManager assets = InstrumentationRegistry.getTargetContext().getAssets(); in fontIdentifier() local
1197 AssetManager assets = InstrumentationRegistry.getTargetContext().getAssets(); in byteBufferSameHash() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DColorSpaceTests.java341 AssetManager assets = getActivity().getResources().getAssets(); in loadAsset() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java230 public MediaAssets(String mime, MediaAsset... assets) { in MediaAssets()