Home
last modified time | relevance | path

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

/cts/tests/app/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
DAImageDecoderTest.java318 AssetManager assets = getAssetManager(); in testDecode() local
DTypefaceTest.java433 final AssetManager assets = mContext.getAssets(); in testTypefaceBuilder_fallback() local
DImageDecoderTest.java2400 AssetManager assets = getResources().getAssets(); in testTargetColorSpaceNoF16HARDWARE() local
2435 AssetManager assets = getResources().getAssets(); in testTargetColorSpaceUpconvert() local
2645 AssetManager assets = getResources().getAssets(); in testReuseAssetRecords() local
DBitmapColorSpaceTest.java315 Asset[] assets = new Asset[] { in reconfigure() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DIntentTests.java124 AssetManager assets = TARGET_CONTEXT.getAssets(); in readAllFromAssets() local
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyWideGamutViewProducerActivity.java127 AssetManager assets = context.getResources().getAssets(); in WideGamutBitmapView() local
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManagerTest.java148 final AssetManager assets = new AssetManager(); in testClose() 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/os/src/android/os/cts/
DBuildVersionTest.java140 final AssetManager assets = in getExpectedReleases() local
DSeccompTest.java408 private static boolean installTestFilter(final AssetManager assets) { in installTestFilter()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DColorSpaceTests.java172 AssetManager assets = getActivity().getResources().getAssets(); in loadAsset() local
/cts/tests/tests/media/src/android/media/cts/
DImageReaderDecoderTest.java146 public MediaAssets(String mime, MediaAsset... assets) { in MediaAssets()
236 Decoder(String name, MediaAssets assets, CodecCapabilities caps) { in Decoder()
334 private Decoder[] decoders(MediaAssets assets, boolean goog) { in decoders()
355 private Decoder[] goog(MediaAssets assets) { in goog()
359 private Decoder[] other(MediaAssets assets) { in other()