Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java1033 @NonNull BinaryOperator<String> aggregateFunction) throws SQLiteException { in setCustomAggregateFunction() argument
1035 Objects.requireNonNull(aggregateFunction); in setCustomAggregateFunction()
1040 mConfigurationLocked.customAggregateFunctions.put(functionName, aggregateFunction); in setCustomAggregateFunction()