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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseWrapper.java459 public int execSQLUpdateDelete(final String sql) { method in class:DatabaseWrapper
470 LogUtil.e(TAG, "Database full, unable to execSQLUpdateDelete", ex);
474 printTiming(t1, String.format(Locale.US, "execSQLUpdateDelete %s", sql));

Completed in 291 milliseconds