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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java75 * To end an explicit transaction, first call {@link #setTransactionSuccessful} if the
81 * {@link #setTransactionSuccessful}and ended with {@link #endTransaction}.
105 * session.setTransactionSuccessful();
271 * call {@link #setTransactionSuccessful} before calling {@link #endTransaction}.
285 * @throws IllegalStateException if {@link #setTransactionSuccessful} has already been
290 * @see #setTransactionSuccessful
365 * {@link #setTransactionSuccessful} has already been called for the current transaction.
370 public void setTransactionSuccessful() { method in class:SQLiteSession
381 * transaction), then the changes are committed if {@link #setTransactionSuccessful}
394 * @see #setTransactionSuccessful
[all...]
H A DSQLiteDatabase.java401 * marked as clean (by calling setTransactionSuccessful). Otherwise they will be committed.
409 * db.setTransactionSuccessful();
424 * marked as clean (by calling setTransactionSuccessful). Otherwise they
433 * db.setTransactionSuccessful();
450 * marked as clean (by calling setTransactionSuccessful). Otherwise they will be committed.
458 * db.setTransactionSuccessful();
477 * marked as clean (by calling setTransactionSuccessful). Otherwise they
486 * db.setTransactionSuccessful();
537 public void setTransactionSuccessful() { method in class:SQLiteDatabase
540 getThreadSession().setTransactionSuccessful();
[all...]

Completed in 187 milliseconds