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

/frameworks/base/core/java/android/webkit/
H A DGeolocationService.java48 * @param nativeObject The native object to which this object will report position updates and
51 public GeolocationService(Context context, long nativeObject) { argument
52 mNativeObject = nativeObject;
199 private static native void nativeNewLocationAvailable(long nativeObject, Location location); argument
200 private static native void nativeNewErrorAvailable(long nativeObject, String message); argument

Completed in 32 milliseconds