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

  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 145 private static native void nativeExecute(long connectionPtr, long statementPtr);
555 nativeExecute(mConnectionPtr, statement.mStatementPtr);
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 453 static void nativeExecute(JNIEnv* env, jclass clazz, jlong connectionPtr,
826 { "nativeExecute", "(JJ)V",
827 (void*)nativeExecute },
    [all...]

Completed in 621 milliseconds