Searched refs:mConnectMethod (Results 1 – 2 of 2) sorted by relevance
44 mConnectMethod = env->GetMethodID( in JMedia2HTTPConnection()48 CHECK(mConnectMethod != NULL); in JMedia2HTTPConnection()109 env->CallBooleanMethod(mMedia2HTTPConnectionObj, mConnectMethod, juri, jheaders); in connect()
44 jmethodID mConnectMethod; member