Searched refs:customFunctions (Results 1 – 4 of 4) sorted by relevance
92 public final ArrayList<SQLiteCustomFunction> customFunctions = field in SQLiteDatabaseConfiguration184 customFunctions.clear(); in updateParametersFrom()185 customFunctions.addAll(other.customFunctions); in updateParametersFrom()
230 final int functionCount = mConfiguration.customFunctions.size(); in open()232 SQLiteCustomFunction function = mConfiguration.customFunctions.get(i); in open()495 final int functionCount = configuration.customFunctions.size(); in reconfigure()497 SQLiteCustomFunction function = configuration.customFunctions.get(i); in reconfigure()498 if (!mConfiguration.customFunctions.contains(function)) { in reconfigure()
975 mConfigurationLocked.customFunctions.add(wrapper); in addCustomFunction()979 mConfigurationLocked.customFunctions.remove(wrapper); in addCustomFunction()
18809 Landroid/database/sqlite/SQLiteDatabaseConfiguration;->customFunctions:Ljava/util/ArrayList;