Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteCommon.cpp63 const char* exceptionClass; in throw_sqlite3_exception() local
66 exceptionClass = "android/database/sqlite/SQLiteDiskIOException"; in throw_sqlite3_exception()
70 exceptionClass = "android/database/sqlite/SQLiteDatabaseCorruptException"; in throw_sqlite3_exception()
73 exceptionClass = "android/database/sqlite/SQLiteConstraintException"; in throw_sqlite3_exception()
76 exceptionClass = "android/database/sqlite/SQLiteAbortException"; in throw_sqlite3_exception()
79 exceptionClass = "android/database/sqlite/SQLiteDoneException"; in throw_sqlite3_exception()
83 exceptionClass = "android/database/sqlite/SQLiteFullException"; in throw_sqlite3_exception()
86 exceptionClass = "android/database/sqlite/SQLiteMisuseException"; in throw_sqlite3_exception()
89 exceptionClass = "android/database/sqlite/SQLiteAccessPermException"; in throw_sqlite3_exception()
92 exceptionClass = "android/database/sqlite/SQLiteDatabaseLockedException"; in throw_sqlite3_exception()
[all …]
/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp68 jclass exceptionClass = env->FindClass(className); in throwException() local
69 env->ThrowNew(exceptionClass, message); in throwException()
/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp77 jclass exceptionClass = env->FindClass("java/lang/RuntimeException"); in ThrowOnError() local
78 env->ThrowNew(exceptionClass, methodName); in ThrowOnError()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...