Searched refs:SQLiteCustomFunction (Results 1 – 7 of 7) 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()
908 android.database.sqlite.SQLiteCustomFunction
1208 android.database.sqlite.SQLiteCustomFunction
725 Landroid/database/sqlite/SQLiteCustomFunction;