Searched refs:mInsertSQL (Results 1 – 2 of 2) sorted by relevance
1194 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper1265 mInsertSQL = sb.toString(); in buildSQL()1266 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()1272 if (mInsertSQL == null) buildSQL(); in getStatement()1274 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()1280 if (mInsertSQL == null) buildSQL(); in getStatement()1281 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1536 mInsertSQL = null; in close()
14379 Landroid/database/DatabaseUtils$InsertHelper;->mInsertSQL:Ljava/lang/String;