Home
last modified time | relevance | path

Searched refs:nativeBindLong (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java135 private static native void nativeBindLong(int connectionPtr, int statementPtr, in nativeBindLong() method in SQLiteConnection
998 nativeBindLong(mConnectionPtr, statementPtr, i + 1, in bindArguments()
1013 nativeBindLong(mConnectionPtr, statementPtr, i + 1, in bindArguments()
/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp377 static void nativeBindLong(JNIEnv* env, jclass clazz, jint connectionPtr, in nativeBindLong() function
817 (void*)nativeBindLong },