commit | ed0d899a0415062094de43810baff0157d1772d4 | [log] [tgz] |
---|---|---|
author | Victoria Lease <violets@google.com> | Mon Apr 22 09:50:28 2013 -0700 |
committer | Victoria Lease <violets@google.com> | Mon Apr 22 10:55:40 2013 -0700 |
tree | c99ac925e28fc96629322844e54201fceed83c4d | |
parent | 013f3bfb6d1407bac03c4927cdd7a249f7e0e74a [diff] |
overload network location provider with mock Bug: 8629392 Change-Id: Ie6c46a9aa413138b676121169618c6253c2e3bba
diff --git a/tests/tests/webkit/src/android/webkit/cts/GeolocationTest.java b/tests/tests/webkit/src/android/webkit/cts/GeolocationTest.java index 1dafd3b..820bc79 100644 --- a/tests/tests/webkit/src/android/webkit/cts/GeolocationTest.java +++ b/tests/tests/webkit/src/android/webkit/cts/GeolocationTest.java
@@ -64,7 +64,7 @@ private static final String JS_INTERFACE_NAME = "Android"; private static final int POLLING_TIMEOUT = 60 * 1000; - private static final String PROVIDER_NAME = "WebKitGeolocationTestLocationProvider"; + private static final String PROVIDER_NAME = LocationManager.NETWORK_PROVIDER; // static HTML page always injected instead of the url loaded private static final String RAW_HTML =