Home
last modified time | relevance | path

Searched refs:nativeRegisterCustomAggregateFunction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp331 static void nativeRegisterCustomAggregateFunction(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeRegisterCustomAggregateFunction() function
894 (void*)nativeRegisterCustomAggregateFunction },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java133 private static native void nativeRegisterCustomAggregateFunction(long connectionPtr, in nativeRegisterCustomAggregateFunction() method in SQLiteConnection
510 nativeRegisterCustomAggregateFunction(mConnectionPtr, in setCustomFunctionsFromConfiguration()