Searched refs:sLongest (Results 1 – 1 of 1) sorted by relevance
1113 private static BinaryOperator<String> sLongest = (arg0, arg1) -> { field in SQLiteDatabaseTest1134 mDatabase.setCustomAggregateFunction("CTS_LONGEST", sLongest); in testCustomAggregateFunction()1149 mDatabase.setCustomAggregateFunction("CTS_LONGEST", sLongest); in testCustomAggregateFunction_Zero()1166 mDatabase.setCustomAggregateFunction("CTS_LONGEST", sLongest); in testCustomAggregateFunction_One()1183 mDatabase.setCustomAggregateFunction("CTS_LONGEST", sLongest); in testCustomAggregateFunction_OneNull()1202 mDatabase.setCustomAggregateFunction("CTS_LONGEST", sLongest); in testCustomAggregateFunction_Two()1221 mDatabase.setCustomAggregateFunction("CTS_LONGEST", sLongest); in testCustomAggregateFunction_TwoNull()