Searched refs:javaGeolocationServiceClass (Results 1 – 1 of 1) sorted by relevance
177 jclass javaGeolocationServiceClass = env->FindClass(javaGeolocationServiceClassName); in startJavaImplementation() local178 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()