Searched refs:nativeBindLong (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConnection.java | 145 private static native void nativeBindLong(long connectionPtr, long statementPtr, in nativeBindLong() method in SQLiteConnection 1178 nativeBindLong(mConnectionPtr, statementPtr, i + 1, in bindArguments() 1193 nativeBindLong(mConnectionPtr, statementPtr, i + 1, in bindArguments()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_database_SQLiteConnection.cpp | 456 static void nativeBindLong(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeBindLong() function 912 (void*)nativeBindLong },
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 14532 Landroid/database/sqlite/SQLiteConnection;->nativeBindLong(JJIJ)V
|