Home
last modified time | relevance | path

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

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