Searched refs:SQLiteCustomFunction (Results 1 – 6 of 6) 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()
845 SQLiteCustomFunction wrapper = new SQLiteCustomFunction(name, numArgs, function); in addCustomFunction()
770 android.database.sqlite.SQLiteCustomFunction
1124 android.database.sqlite.SQLiteCustomFunction