Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteCustomFunction.java24 public final class SQLiteCustomFunction { class
37 public SQLiteCustomFunction(String name, int numArgs, in SQLiteCustomFunction() method in SQLiteCustomFunction
DSQLiteDatabaseConfiguration.java89 public final ArrayList<SQLiteCustomFunction> customFunctions =
90 new ArrayList<SQLiteCustomFunction>();
DSQLiteConnection.java124 SQLiteCustomFunction function); in nativeRegisterCustomFunction()
223 SQLiteCustomFunction function = mConfiguration.customFunctions.get(i); in open()
405 SQLiteCustomFunction function = configuration.customFunctions.get(i); in reconfigure()
DSQLiteDatabase.java841 SQLiteCustomFunction wrapper = new SQLiteCustomFunction(name, numArgs, function); in addCustomFunction()
/frameworks/base/
Dpreloaded-classes377 android.database.sqlite.SQLiteCustomFunction