Searched refs:mInsertSQL (Results 1 – 2 of 2) sorted by relevance
1098 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper1169 mInsertSQL = sb.toString(); in buildSQL()1170 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()1176 if (mInsertSQL == null) buildSQL(); in getStatement()1178 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()1184 if (mInsertSQL == null) buildSQL(); in getStatement()1185 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()1440 mInsertSQL = null; in close()
18450 Landroid/database/DatabaseUtils$InsertHelper;->mInsertSQL:Ljava/lang/String;