Searched refs:exceptionToThrow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp685 const char* exceptionToThrow; local
695 exceptionToThrow = "android/os/TransactionTooLargeException";
702 exceptionToThrow = (canThrowRemoteException)
708 jniThrowException(env, exceptionToThrow, msg);

Completed in 320 milliseconds