Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DAsyncStartUpTest.java96 Assert.assertNotNull(result.getMaxTimePerTaskInUiThreadMillis()); in testAsyncStartUp_onSuccessReturnsTimingInfo()
253 Assert.assertEquals(result1.getMaxTimePerTaskInUiThreadMillis(), in testAsyncStartUp_returnsSameInfoForMultipleCalls()
254 result2.getMaxTimePerTaskInUiThreadMillis()); in testAsyncStartUp_returnsSameInfoForMultipleCalls()
255 Assert.assertEquals(result2.getMaxTimePerTaskInUiThreadMillis(), in testAsyncStartUp_returnsSameInfoForMultipleCalls()
256 result3.getMaxTimePerTaskInUiThreadMillis()); in testAsyncStartUp_returnsSameInfoForMultipleCalls()
290 Assert.assertNull(result.getMaxTimePerTaskInUiThreadMillis()); in testAsyncStartUp_withoutRunningUiThreadStartUpLoadsWebViewWithoutStartingChromium()
321 Assert.assertNull(result.getMaxTimePerTaskInUiThreadMillis()); in testAsyncStartUp_withoutRunningUiThreadStartUpReturnsBlockingLocationWithProviderInit()
/webkit/webkit/src/main/java/androidx/webkit/internal/
DWebViewStartUpCallbackAdapter.java89 public Long getMaxTimePerTaskInUiThreadMillis() { in webViewStartUpResultFromBoundaryInterface() method
90 return result.getMaxTimePerTaskInUiThreadMillis(); in webViewStartUpResultFromBoundaryInterface()
/webkit/webkit/src/main/java/androidx/webkit/
DWebViewStartUpResult.java50 @Nullable Long getMaxTimePerTaskInUiThreadMillis(); in getMaxTimePerTaskInUiThreadMillis() method
DWebViewCompat.java1343 public Long getMaxTimePerTaskInUiThreadMillis() { in getMaxTimePerTaskInUiThreadMillis() method in WebViewCompat.NullReturningWebViewStartUpResult
/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DAsyncStartUpActivity.java67 + result.getMaxTimePerTaskInUiThreadMillis() + "\n"); in onCreate()
/webkit/webkit/api/
D1.13.0-beta01.txt565 method public Long? getMaxTimePerTaskInUiThreadMillis();
Drestricted_1.13.0-beta01.txt565 method public Long? getMaxTimePerTaskInUiThreadMillis();
Dcurrent.txt612 method public Long? getMaxTimePerTaskInUiThreadMillis();
Drestricted_current.txt612 method public Long? getMaxTimePerTaskInUiThreadMillis();