Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DAsyncStartUpTest.java150 Assert.assertTrue(result.getBlockingStartUpLocations().get(0).getStackInformation() in testAsyncStartUp_returnsSingleBlockingLocationWithProviderInitOnMainLooper()
180 Assert.assertTrue(result.getBlockingStartUpLocations().get(0).getStackInformation() in testAsyncStartUp_returnsSingleBlockingLocationWithChromiumInitOnUiThread()
210 Assert.assertTrue(result.getBlockingStartUpLocations().get(0).getStackInformation() in testAsyncStartUp_returnsBlockingLocationsWithWebViewInitOnUiThread()
212 Assert.assertTrue(result.getBlockingStartUpLocations().get(1).getStackInformation() in testAsyncStartUp_returnsBlockingLocationsWithWebViewInitOnUiThread()
325 Assert.assertTrue(result.getBlockingStartUpLocations().get(0).getStackInformation() in testAsyncStartUp_withoutRunningUiThreadStartUpReturnsBlockingLocationWithProviderInit()
/webkit/webkit/src/main/java/androidx/webkit/
DBlockingStartUpLocation.java31 @NonNull String getStackInformation(); in getStackInformation() method
/webkit/webkit/src/main/java/androidx/webkit/internal/
DWebViewStartUpCallbackAdapter.java70 public String getStackInformation() { in getStackInformation() method in WebViewStartUpCallbackAdapter.BlockingStartUpLocationImpl
/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DAsyncStartUpActivity.java75 tv.append(location.getStackInformation() + "\n"); in onCreate()
/webkit/webkit/api/
D1.13.0-beta01.txt5 method public String getStackInformation();
Drestricted_1.13.0-beta01.txt5 method public String getStackInformation();
Dcurrent.txt5 method public String getStackInformation();
Drestricted_current.txt5 method public String getStackInformation();