Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteDatabaseTest.java1113 private static BinaryOperator<String> sLongest = (arg0, arg1) -> { field in SQLiteDatabaseTest
1134 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()