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

  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 215 /* public native void enableSqlProfiling(); */
216 static void enableSqlProfiling(JNIEnv* env, jobject object, jstring databaseName, jshort connType)
234 // release the memory associated with the traceFuncArg in enableSqlProfiling function
469 {"enableSqlProfiling", "(Ljava/lang/String;S)V", (void *)enableSqlProfiling},
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]

Completed in 237 milliseconds