Home
last modified time | relevance | path

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

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