Searched refs:SQLiteCustomFunction (Results 1 – 5 of 5) sorted by relevance
24 public final class SQLiteCustomFunction { class37 public SQLiteCustomFunction(String name, int numArgs, in SQLiteCustomFunction() method in SQLiteCustomFunction
89 public final ArrayList<SQLiteCustomFunction> customFunctions =90 new ArrayList<SQLiteCustomFunction>();
124 SQLiteCustomFunction function); in nativeRegisterCustomFunction()223 SQLiteCustomFunction function = mConfiguration.customFunctions.get(i); in open()405 SQLiteCustomFunction function = configuration.customFunctions.get(i); in reconfigure()
841 SQLiteCustomFunction wrapper = new SQLiteCustomFunction(name, numArgs, function); in addCustomFunction()
377 android.database.sqlite.SQLiteCustomFunction