Searched defs:mMockGeolocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java135 private MockGeolocation mMockGeolocation = new MockGeolocation(this); field in class:WebViewCore
3051 mMockGeolocation.setUseMock();
3055 mMockGeolocation.setPosition(latitude, longitude, accuracy);
3059 mMockGeolocation.setError(code, message);
3063 mMockGeolocation.setPermission(allow);

Completed in 23 milliseconds