Searched refs:nativeExecute (Results 1 – 3 of 3) sorted by relevance
462 static void nativeExecute(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeExecute() function844 (void*)nativeExecute },
148 private static native void nativeExecute(long connectionPtr, long statementPtr); in nativeExecute() method in SQLiteConnection648 nativeExecute(mConnectionPtr, statement.mStatementPtr); in execute()
17424 Landroid/database/sqlite/SQLiteConnection;->nativeExecute(JJ)V