OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runTestOnUiThreadAndGetResult
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwZoomTest.java
59
return
runTestOnUiThreadAndGetResult
(new Callable<Boolean>() {
68
return
runTestOnUiThreadAndGetResult
(new Callable<Integer>() {
77
return
runTestOnUiThreadAndGetResult
(new Callable<View>() {
96
assertTrue(
runTestOnUiThreadAndGetResult
(new Callable<Boolean>() {
108
assertTrue(
runTestOnUiThreadAndGetResult
(new Callable<Boolean>() {
120
assertTrue(
runTestOnUiThreadAndGetResult
(new Callable<Boolean>() {
AwTestBase.java
75
public <R> R
runTestOnUiThreadAndGetResult
(Callable<R> callable)
355
return
runTestOnUiThreadAndGetResult
(new Callable<String>() {
365
return
runTestOnUiThreadAndGetResult
(new Callable<ContentSettings>() {
375
return
runTestOnUiThreadAndGetResult
(new Callable<AwSettings>() {
419
return
runTestOnUiThreadAndGetResult
(callable);
443
return
runTestOnUiThreadAndGetResult
(new Callable<Float>() {
455
return
runTestOnUiThreadAndGetResult
(new Callable<Float>() {
467
return
runTestOnUiThreadAndGetResult
(new Callable<Boolean>() {
479
return
runTestOnUiThreadAndGetResult
(new Callable<Boolean>() {
SaveRestoreStateTest.java
93
return
runTestOnUiThreadAndGetResult
(new Callable<NavigationHistory>() {
159
boolean result =
runTestOnUiThreadAndGetResult
(new Callable<Boolean>() {
172
boolean result =
runTestOnUiThreadAndGetResult
(new Callable<Boolean>() {
AndroidScrollIntegrationTest.java
663
final int maxScrollYPix =
runTestOnUiThreadAndGetResult
(new Callable<Integer>() {
[
all
...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
AwQuotaManagerBridgeTestUtil.java
22
return awTestBase.
runTestOnUiThreadAndGetResult
(new Callable<AwQuotaManagerBridge>() {
Completed in 278 milliseconds