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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java394 * marked as clean (by calling setTransactionSuccessful). Otherwise they will be committed.
402 * db.setTransactionSuccessful();
416 * marked as clean (by calling setTransactionSuccessful). Otherwise they will be committed.
424 * db.setTransactionSuccessful();
441 + "calling setTransactionSuccessful and endTransaction";
538 public void setTransactionSuccessful() { method in class:SQLiteDatabase
544 "setTransactionSuccessful may only be called once per call to beginTransaction");
579 * successful so far. Do not call setTransactionSuccessful before calling this. When this
593 * successful so far. Do not call setTransactionSuccessful before calling this. When this
605 * successful so far. Do not call setTransactionSuccessful befor
[all...]

Completed in 57 milliseconds