Searched refs:runWithTransaction (Results 1 – 9 of 9) sorted by relevance
142 runnable.runWithTransaction(t); in runInSync()152 mRunnables.get(i).runWithTransaction(t); in onTransactionReceived()161 void runWithTransaction(SurfaceControl.Transaction t); in runWithTransaction() method
80 helper.runWithTransaction((db) -> { in tryMigratingDatabases()
1073 mExternalDatabase.runWithTransaction((db) -> { in onIdleMaintenance()1113 mExternalDatabase.runWithTransaction((db) -> { in onIdleMaintenance()1233 mExternalDatabase.runWithTransaction((db) -> { in onPackageOrphaned()3743 mInternalDatabase.runWithTransaction((db) -> { in onLocaleChanged()3921 return helper.runWithTransaction((db) -> { in insertAllowingUpsert()5434 return (int) helper.runWithTransaction((db) -> { in deleteRecursive()5479 int rowsAffected = helper.runWithTransaction(6132 helper.runWithTransaction((db) -> {6707 return helper.runWithTransaction((db) -> {6771 helper.runWithTransaction((db) -> {[all …]
567 public @NonNull <T> T runWithTransaction(@NonNull Function<SQLiteDatabase, T> op) { in runWithTransaction() method in DatabaseHelper
574 return helper.runWithTransaction((db) -> { in insert()618 return helper.runWithTransaction((db) -> {704 return helper.runWithTransaction((db) -> {
107 mRunnableCaptor.getValue().runWithTransaction(t); in testInitsDimLayer()
155 final long id = helper.runWithTransaction((db) -> { in insert()
109 r.runWithTransaction(new SurfaceControl.Transaction()); in setUp()
236 helper.runWithTransaction((db) -> { in testTransactions()