Searched refs:getStackInformation (Results 1 – 8 of 8) sorted by relevance
150 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()
31 @NonNull String getStackInformation(); in getStackInformation() method
70 public String getStackInformation() { in getStackInformation() method in WebViewStartUpCallbackAdapter.BlockingStartUpLocationImpl
75 tv.append(location.getStackInformation() + "\n"); in onCreate()
5 method public String getStackInformation();