HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetParameterCount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 128 private static native int nativeGetParameterCount(long connectionPtr, long statementPtr);
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 326 static jint nativeGetParameterCount(JNIEnv* env, jclass clazz, jlong connectionPtr,
806 { "nativeGetParameterCount", "(JJ)I",
807 (void*)nativeGetParameterCount },
    [all...]

Completed in 32 milliseconds