Home
last modified time | relevance | path

Searched refs:nativeExecute (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp538 static void nativeExecute(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, in nativeExecute() function
922 (void*)nativeExecute },
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java155 private static native void nativeExecute(long connectionPtr, long statementPtr, in nativeExecute() method in SQLiteConnection
730 nativeExecute(mConnectionPtr, statement.mStatementPtr, isPragmaStmt); in execute()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14537 Landroid/database/sqlite/SQLiteConnection;->nativeExecute(JJ)V