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

  /frameworks/opt/net/wifi/service/jni/
jni_helper.h 99 JNIObject<jobject> createObjectWithArgs(const char *className, const char *signature, ...);
jni_helper.cpp 573 return createObjectWithArgs(className, "()V");
576 JNIObject<jobject> JNIHelper::createObjectWithArgs(
com_android_server_wifi_WifiNative.cpp     [all...]

Completed in 197 milliseconds