Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp573 static jlong nativeExecuteForLong(JNIEnv* env, jclass clazz, in nativeExecuteForLong() function
924 (void*)nativeExecuteForLong },
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java157 private static native long nativeExecuteForLong(long connectionPtr, long statementPtr); in nativeExecuteForLong() method in SQLiteConnection
773 long ret = nativeExecuteForLong(mConnectionPtr, statement.mStatementPtr); in executeForLong()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14542 Landroid/database/sqlite/SQLiteConnection;->nativeExecuteForLong(JJ)J