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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java399 * db.beginTransaction();
408 public void beginTransaction() { method in class:SQLiteDatabase
440 String msg = "Cannot call beginTransaction between "
443 Log.e(TAG, "beginTransaction() failed", e);
467 // beginTransaction is called before the try block so we must release the lock in
475 * End a transaction. See beginTransaction for notes about how to use this and when transactions
544 "setTransactionSuccessful may only be called once per call to beginTransaction");
595 * that there are no nested transactions (beginTransaction has only been called once) and will
607 * that there are no nested transactions (beginTransaction has only been called once) and will

Completed in 36 milliseconds