Searched refs:nativeExecuteForString (Results 1 – 3 of 3) sorted by relevance
650 static jstring nativeExecuteForString(JNIEnv* env, jclass clazz, in nativeExecuteForString() function1008 (void*)nativeExecuteForString }, in nativeExecuteForString()
170 private static native String nativeExecuteForString(long connectionPtr, long statementPtr); in nativeExecuteForString() method in SQLiteConnection842 String ret = nativeExecuteForString(mConnectionPtr, statement.mStatementPtr); in executeForString()
14543 Landroid/database/sqlite/SQLiteConnection;->nativeExecuteForString(JJ)Ljava/lang/String;