HomeSort by relevance Sort by last modified time
    Searched refs:setStaticLongField (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/jni/
jni_helper.h 107 void setStaticLongField(jobject obj, const char *name, jlong value);
108 void setStaticLongField(jclass cls, const char *name, jlong value);
jni_helper.cpp 381 void JNIHelper::setStaticLongField(jobject obj, const char *name, jlong value)
389 setStaticLongField(cls, name, value);
392 void JNIHelper::setStaticLongField(jclass cls, const char *name, jlong value)
400 mEnv->SetStaticLongField(cls, field, value);
com_android_server_wifi_WifiNative.cpp 319 helper.setStaticLongField(cls, WifiHandleVarName, (jlong)halHandle);
335 helper.setStaticLongField(mCls, WifiHandleVarName, 0);
    [all...]

Completed in 2737 milliseconds