Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/
DREADME.md7 to build and run the tests against different targetSdk versions.
20 Tests can be run as normal in Android Studio. You must use the "Build Variants" menu to select
21 the product flavor to run. Use one of
26 You must select the corresponding build variant in order to run tests located outside the shared
/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DWebMessageCompatUnitTest.java42 public void run() throws Throwable { in testArrayBufferUsage()
56 public void run() throws Throwable { in testStringUsage()
DWebViewRenderProcessClientTest.java101 onResponsive.run(); in makeWebViewRenderProcessClient()
109 onUnresponsive.run(); in makeWebViewRenderProcessClient()
175 r.run();
DWebViewGarbageCollectionTest.java84 testBody.run(); in runGcTest()
DWebViewWebMessageListenerTest.java278 public void run() throws Throwable { in testJavaScriptReplyProxyBasicUsage_NullArrayBuffer()
DProxyControllerTest.java305 r.run(); in execute()
DPostMessageTest.java100 }.run(); in waitForTitle()
/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DPollingCheck.java45 public void run() { in run() method in PollingCheck
DWebViewOnUiThread.java150 mCleanupTask.run(); in cleanUp()
484 call.run(); in callAndWait()
518 }.run(); in waitOnUiThread()
DWebkitUtils.java150 runnable.run(); in onMainThreadSync()
/webkit/
DREADME.md59 # or run the tests directly:
77 Any new tests should be added to that project. To run the test, use the command
/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DAllowlistActivity.java118 onSuccess.run(); in allowlistSafeBrowsingTestSite()
DProxyOverrideActivity.java107 .setProxyOverride(proxyConfig, Runnable::run, this::onProxyOverrideComplete); in setProxyOverride()
DHttpServer.java186 public void run() { in run() method in HttpServer.RequestHandler