HomeSort by relevance Sort by last modified time
    Searched full:bytesmid (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
NetworkUtilities.cpp 119 static jmethodID bytesMid = env->GetMethodID(JniConstants::inetAddressClass, "getAddress", "()[B");
120 ScopedLocalRef<jbyteArray> addressBytes(env, reinterpret_cast<jbyteArray>(env->CallObjectMethod(inetAddress, bytesMid)));

Completed in 1833 milliseconds