Home
last modified time | relevance | path

Searched refs:Object_notifyMID (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
Djni_util.c968 static jmethodID Object_notifyMID; variable
998 if (Object_notifyMID == NULL) { in JNU_Notify()
1003 Object_notifyMID = (*env)->GetMethodID(env, cls, "notify", "()V"); in JNU_Notify()
1004 if (Object_notifyMID == NULL) { in JNU_Notify()
1008 (*env)->CallVoidMethod(env, object, Object_notifyMID); in JNU_Notify()