Searched refs:nativeGetParameterCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java128 private static native int nativeGetParameterCount(long connectionPtr, long statementPtr); method in class:SQLiteConnection
891 final int numParameters = nativeGetParameterCount(mConnectionPtr, statementPtr);
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp328 static jint nativeGetParameterCount(JNIEnv* env, jclass clazz, jlong connectionPtr, function in namespace:android
804 { "nativeGetParameterCount", "(JJ)I",
805 (void*)nativeGetParameterCount },

Completed in 328 milliseconds