Searched refs:sMethodIdOnProximityActive (Results 1 – 1 of 1) sorted by relevance
45 static jmethodID sMethodIdOnProximityActive; variable247 jniEnv->CallVoidMethod(mListener, sMethodIdOnProximityActive, static_cast<jboolean>(isActive)); in onProximityActive()348 sMethodIdOnProximityActive = GetMethodIDOrDie(env, listenerClass, "onProximityActive", "(Z)V"); in register_android_server_sensor_SensorService()