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

  /dalvik/vm/
Thread.h 487 INLINE void dvmSetThreadJNIEnv(Thread* self, JNIEnv* env) { self->jniEnv = env;}
Thread.c 768 dvmSetThreadJNIEnv(self, (JNIEnv*) pEnv);
    [all...]

Completed in 37 milliseconds