Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DNetworkUtilities.cpp84 …static jmethodID getByAddressMethod = env->GetStaticMethodID(JniConstants::GetInetAddressClass(env… in sockaddrToInetAddress() local
86 if (getByAddressMethod == NULL) { in sockaddrToInetAddress()
89 return env->CallStaticObjectMethod(JniConstants::GetInetAddressClass(env), getByAddressMethod, in sockaddrToInetAddress()