Searched refs:aggregateFunction (Results 1 – 1 of 1) sorted by relevance
1033 @NonNull BinaryOperator<String> aggregateFunction) throws SQLiteException { in setCustomAggregateFunction() argument1035 Objects.requireNonNull(aggregateFunction); in setCustomAggregateFunction()1040 mConfigurationLocked.customAggregateFunctions.put(functionName, aggregateFunction); in setCustomAggregateFunction()