Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java1194 private String mInsertSQL = null; field in DatabaseUtils.InsertHelper
1265 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14379 Landroid/database/DatabaseUtils$InsertHelper;->mInsertSQL:Ljava/lang/String;