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

/frameworks/base/core/java/android/webkit/
H A DCacheManager.java268 // make sure to call startTransaction/endTransaction in pair
274 // make sure to call startTransaction/endTransaction in pair
275 static boolean endTransaction() { method in class:CacheManager
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java476 * db.endTransaction();
498 * db.endTransaction();
516 + "calling setTransactionSuccessful and endTransaction";
553 public void endTransaction() { method in class:SQLiteDatabase
609 * calling this and calling endTransaction. Do as little non-database work as possible in that
610 * situation too. If any errors are encountered between this and endTransaction the transaction
709 endTransaction();

Completed in 132 milliseconds