Searched refs:mGetUriMethod (Results 1 – 2 of 2) sorted by relevance
74 mGetUriMethod = env->GetMethodID( in JMedia2HTTPConnection()78 CHECK(mGetUriMethod != NULL); in JMedia2HTTPConnection()169 jstring juri = (jstring)env->CallObjectMethod(mMedia2HTTPConnectionObj, mGetUriMethod); in getUri()
49 jmethodID mGetUriMethod; member