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 40 jclass JniConstants::gaiExceptionClass;
103 gaiExceptionClass = findClass(env, "android/system/GaiException");
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 262 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
264 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>",
275 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 57 milliseconds