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