Searched refs:allowReplace (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java1063 private SQLiteStatement getStatement(boolean allowReplace) throws SQLException { argument
1064 if (allowReplace) {
1086 * @param allowReplace if true, the statement does "INSERT OR
1093 private long insertInternal(ContentValues values, boolean allowReplace) { argument
1102 SQLiteStatement stmt = getStatement(allowReplace);

Completed in 33 milliseconds