Home
last modified time | relevance | path

Searched refs:runWithTransaction (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSyncTransactionQueue.java142 runnable.runWithTransaction(t); in runInSync()
152 mRunnables.get(i).runWithTransaction(t); in onTransactionReceived()
161 void runWithTransaction(SurfaceControl.Transaction t); in runWithTransaction() method
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaUpgradeReceiver.java80 helper.runWithTransaction((db) -> { in tryMigratingDatabases()
H A DMediaProvider.java1073 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 …]
H A DDatabaseHelper.java567 public @NonNull <T> T runWithTransaction(@NonNull Function<SQLiteDatabase, T> op) { in runWithTransaction() method in DatabaseHelper
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DSQLiteQueryBuilder.java574 return helper.runWithTransaction((db) -> { in insert()
618 return helper.runWithTransaction((db) -> {
704 return helper.runWithTransaction((db) -> {
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DStageTaskListenerTests.java107 mRunnableCaptor.getValue().runWithTransaction(t); in testInitsDimLayer()
/aosp12/packages/providers/MediaProvider/legacy/src/com/android/providers/media/
H A DLegacyMediaProvider.java155 final long id = helper.runWithTransaction((db) -> { in insert()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DTaskViewTest.java109 r.runWithTransaction(new SurfaceControl.Transaction()); in setUp()
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DDatabaseHelperTest.java236 helper.runWithTransaction((db) -> { in testTransactions()