Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DAsyncStartUpTest.java95 Assert.assertNotNull(result.getTotalTimeInUiThreadMillis()); in testAsyncStartUp_onSuccessReturnsTimingInfo()
249 Assert.assertEquals(result1.getTotalTimeInUiThreadMillis(), in testAsyncStartUp_returnsSameInfoForMultipleCalls()
250 result2.getTotalTimeInUiThreadMillis()); in testAsyncStartUp_returnsSameInfoForMultipleCalls()
251 Assert.assertEquals(result2.getTotalTimeInUiThreadMillis(), in testAsyncStartUp_returnsSameInfoForMultipleCalls()
252 result3.getTotalTimeInUiThreadMillis()); in testAsyncStartUp_returnsSameInfoForMultipleCalls()
289 Assert.assertNull(result.getTotalTimeInUiThreadMillis()); in testAsyncStartUp_withoutRunningUiThreadStartUpLoadsWebViewWithoutStartingChromium()
320 Assert.assertNull(result.getTotalTimeInUiThreadMillis()); in testAsyncStartUp_withoutRunningUiThreadStartUpReturnsBlockingLocationWithProviderInit()
/webkit/webkit/src/main/java/androidx/webkit/internal/
DWebViewStartUpCallbackAdapter.java84 public Long getTotalTimeInUiThreadMillis() { in webViewStartUpResultFromBoundaryInterface() method
85 return result.getTotalTimeInUiThreadMillis(); in webViewStartUpResultFromBoundaryInterface()
/webkit/webkit/src/main/java/androidx/webkit/
DWebViewStartUpResult.java40 Long getTotalTimeInUiThreadMillis(); in getTotalTimeInUiThreadMillis() method
DWebViewCompat.java1338 public Long getTotalTimeInUiThreadMillis() { in getTotalTimeInUiThreadMillis() method in WebViewCompat.NullReturningWebViewStartUpResult
/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DAsyncStartUpActivity.java65 + result.getTotalTimeInUiThreadMillis() + "\n"); in onCreate()
/webkit/webkit/api/
D1.13.0-beta01.txt566 method public Long? getTotalTimeInUiThreadMillis();
Drestricted_1.13.0-beta01.txt566 method public Long? getTotalTimeInUiThreadMillis();
Dcurrent.txt613 method public Long? getTotalTimeInUiThreadMillis();
Drestricted_current.txt613 method public Long? getTotalTimeInUiThreadMillis();