Home
last modified time | relevance | path

Searched refs:onEndTransaction (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java111 onEndTransaction(); in insert()
143 onEndTransaction(); in bulkInsert()
164 onEndTransaction(); in update()
192 onEndTransaction(); in delete()
238 onEndTransaction(); in applyBatch()
263 protected void onEndTransaction() { in onEndTransaction() method in SQLiteContentProvider
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java130 onEndTransaction(callerIsSyncAdapter); in insert()
154 onEndTransaction(callerIsSyncAdapter); in bulkInsert()
174 onEndTransaction(callerIsSyncAdapter); in update()
197 onEndTransaction(callerIsSyncAdapter); in delete()
240 onEndTransaction(callerIsSyncAdapter); in applyBatch()
244 protected Set<Uri> onEndTransaction(boolean callerIsSyncAdapter) { in onEndTransaction() method in SQLiteContentProvider
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java110 onEndTransaction(!isCallerSyncAdapter && shouldSyncFor(uri)); in insert()
141 onEndTransaction(!isCallerSyncAdapter); in bulkInsert()
166 onEndTransaction(!isCallerSyncAdapter && shouldSyncFor(uri)); in update()
198 onEndTransaction(!isCallerSyncAdapter && shouldSyncFor(uri)); in delete()
243 onEndTransaction(!isCallerSyncAdapter); in applyBatch()
267 protected void onEndTransaction(boolean syncToNetwork) { in onEndTransaction() method in SQLiteContentProvider
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarLauncherDisplayAreaAnimationController.java151 onEndTransaction(mLeash, tx); in onAnimationEnd()
183 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onEndTransaction() method in CarLauncherDisplayAreaAnimationController.CarLauncherDisplayAreaTransitionAnimator
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java162 onEndTransaction(mLeash, tx); in onAnimationEnd()
194 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onEndTransaction() method in OneHandedAnimationController.OneHandedTransitionAnimator
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java299 onEndTransaction(mLeash, tx, mTransitionDirection); in onAnimationEnd()
476 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in onEndTransaction() method in PipAnimationController.PipTransitionAnimator
678 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in ofBounds() method