Searched defs:InsertHelper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java609 * Reads a String out of a field in a Cursor and writes it to an InsertHelper.
613 * @param inserter The InsertHelper to bind into
614 * @param index the index of the bind entry in the InsertHelper
617 InsertHelper inserter, int index) {
1004 public static class InsertHelper { class in class:DatabaseUtils
1033 public InsertHelper(SQLiteDatabase db, String tableName) { method in class:DatabaseUtils.InsertHelper
1116 // access InsertHelper from multiple threads even though they never should have.
1117 // The original code used to lock the InsertHelper itself which was prone
1281 Log.e(TAG, "Error executing InsertHelper with table " + mTableName, e);
1290 * Prepare the InsertHelper fo
[all...]

Completed in 59 milliseconds