Home
last modified time | relevance | path

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

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