diff options
| author | Steve Block <steveblock@google.com> | 2012-05-29 10:53:02 +0100 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-05-29 16:20:03 +0100 |
| commit | b56ed30666596e70b577c9b937362e246f229a11 (patch) | |
| tree | 1bbcdc321fc05f08cb5f739870fb7498d54cb053 /core/java/android/webkit/MockGeolocation.java | |
| parent | 213efc48e4089075c9f4eec46f3365e016b33326 (diff) | |
Fix style for Geolocation mock mechanism
See I6d88d5dce5c2148812b191a5b452718bf0854aeb
Change-Id: I1179319f066664393aa5f7324df89f8057a9e922
Diffstat (limited to 'core/java/android/webkit/MockGeolocation.java')
| -rw-r--r-- | core/java/android/webkit/MockGeolocation.java | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/core/java/android/webkit/MockGeolocation.java b/core/java/android/webkit/MockGeolocation.java index d8dc7240db0b..885c6c2542bf 100644 --- a/core/java/android/webkit/MockGeolocation.java +++ b/core/java/android/webkit/MockGeolocation.java @@ -57,13 +57,8 @@ public final class MockGeolocation { // Native functions private static native void nativeSetUseMock(WebViewCore webViewCore); - private static native void nativeSetPosition(WebViewCore webViewCore, - double latitude, - double longitude, - double accuracy); - private static native void nativeSetError(WebViewCore webViewCore, - int code, - String message); - private static native void nativeSetPermission(WebViewCore webViewCore, - boolean allow); + private static native void nativeSetPosition(WebViewCore webViewCore, double latitude, + double longitude, double accuracy); + private static native void nativeSetError(WebViewCore webViewCore, int code, String message); + private static native void nativeSetPermission(WebViewCore webViewCore, boolean allow); } |
