Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/js/
DJSScriptEngineTest.java1086 readBinaryAsset(WASM_MODULE), in testCanUseWasmModuleInScript()
1115 readBinaryAsset(WASM_MODULE), in testCanNotUseWasmModuleInScriptIfWebViewDoesNotSupportWasm()
1266 private byte[] readBinaryAsset(@NonNull String assetName) throws IOException { in readBinaryAsset() method in JSScriptEngineTest