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.java403 * marked as clean (by calling setTransactionSuccessful). Otherwise they will be committed.
411 * db.setTransactionSuccessful();
426 * marked as clean (by calling setTransactionSuccessful). Otherwise they
435 * db.setTransactionSuccessful();
452 * marked as clean (by calling setTransactionSuccessful). Otherwise they will be committed.
460 * db.setTransactionSuccessful();
479 * marked as clean (by calling setTransactionSuccessful). Otherwise they
488 * db.setTransactionSuccessful();
539 public void setTransactionSuccessful() { method in class:SQLiteDatabase
542 getThreadSession().setTransactionSuccessful();
[all...]

Completed in 203 milliseconds