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

  /libnativehelper/include/nativehelper/
JniConstants.h 49 static jclass gaiExceptionClass;
  /libnativehelper/
JniConstants.cpp 38 jclass JniConstants::gaiExceptionClass;
104 gaiExceptionClass = findClass(env, "android/system/GaiException");
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 254 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
256 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
267 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 73 milliseconds