Home
last modified time | relevance | path

Searched refs:mInsertSQL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/
DDatabaseUtils.java1207 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper
1278 mInsertSQL = sb.toString(); in buildSQL()
1279 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL); in buildSQL()
1285 if (mInsertSQL == null) buildSQL(); in getStatement()
1287 String replaceSQL = "INSERT OR REPLACE" + mInsertSQL.substring(6); in getStatement()
1293 if (mInsertSQL == null) buildSQL(); in getStatement()
1294 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()
1549 mInsertSQL = null; in close()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14379 Landroid/database/DatabaseUtils$InsertHelper;->mInsertSQL:Ljava/lang/String;