Home
last modified time | relevance | path

Searched refs:javaGeolocationServiceClass (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
DGeolocationServiceBridge.cpp177 jclass javaGeolocationServiceClass = env->FindClass(javaGeolocationServiceClassName); in startJavaImplementation() local
178 ASSERT(javaGeolocationServiceClass); in startJavaImplementation()
182 … env->GetMethodID(javaGeolocationServiceClass, "<init>", "(Landroid/content/Context;J)V"); in startJavaImplementation()
184 env->GetMethodID(javaGeolocationServiceClass, "start", "()Z"); in startJavaImplementation()
186 env->GetMethodID(javaGeolocationServiceClass, "stop", "()V"); in startJavaImplementation()
188 env->GetMethodID(javaGeolocationServiceClass, "setEnableGps", "(Z)V"); in startJavaImplementation()
195 jobject object = env->NewObject(javaGeolocationServiceClass, in startJavaImplementation()