Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DNetworkUtilities.cpp94 static jmethodID getByAddressMethod = env->GetStaticMethodID(JniConstants::inetAddressClass, in sockaddrToInetAddress() local
96 if (getByAddressMethod == NULL) { in sockaddrToInetAddress()
99 return env->CallStaticObjectMethod(JniConstants::inetAddressClass, getByAddressMethod, in sockaddrToInetAddress()