Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp497 static jlong nativeExecuteForLong(JNIEnv* env, jclass clazz, in nativeExecuteForLong() function
846 (void*)nativeExecuteForLong },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java149 private static native long nativeExecuteForLong(long connectionPtr, long statementPtr); in nativeExecuteForLong() method in SQLiteConnection
691 long ret = nativeExecuteForLong(mConnectionPtr, statement.mStatementPtr); in executeForLong()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17429 Landroid/database/sqlite/SQLiteConnection;->nativeExecuteForLong(JJ)J