Searched refs:mInsertSQL (Results 1 – 2 of 2) sorted by relevance
1180 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper1251 mInsertSQL = sb.toString(); in buildSQL()1252 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()1258 if (mInsertSQL == null) buildSQL(); in getStatement()1260 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()1266 if (mInsertSQL == null) buildSQL(); in getStatement()1267 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1522 mInsertSQL = null; in close()
17257 Landroid/database/DatabaseUtils$InsertHelper;->mInsertSQL:Ljava/lang/String;