Merge "Update SplitController to use updated method names." into tm-qpr-dev am: bca3324d36

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19791660

Change-Id: Ia06c78be9ea7ecf2113b23083909f910499a1576
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Diego Vela
2022-10-11 17:44:34 +00:00
committed by Automerger Merge Worker
2 changed files with 10 additions and 0 deletions

View File

@@ -239,6 +239,16 @@ public class SplitController implements JetpackTaskFragmentOrganizer.TaskFragmen
}
}
/**
* Clears the listener set in {@link SplitController#setSplitInfoListener}.
*/
@Override
public void clearSplitInfoCallback() {
synchronized (mLock) {
mEmbeddingCallback = null;
}
}
/**
* Called when the transaction is ready so that the organizer can update the TaskFragments based
* on the changes in transaction.