Searched refs:bindArgs (Results 1 – 2 of 2) sorted by relevance
199 public void execSQL(String sql, Object[] bindArgs) throws SQLException { in execSQL() argument200 if (bindArgs == null) { in execSQL()209 if (bindArgs != null) { in execSQL()210 int numArgs = bindArgs.length; in execSQL()212 DatabaseUtils.bindObjectToProgram(statement, i + 1, bindArgs[i]); in execSQL()
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...