Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adf5b8f8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix the ActivityLifecycleTests#testLocalRecreate flakiness" into sc-dev am: ae88ce7e

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

Change-Id: I29d14000f5f92546da410474c54f145201ef4b44
parents af0a5f17 ae88ce7e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -37,7 +37,11 @@ import com.android.internal.policy.IKeyguardDismissCallback;
interface IActivityClientController {
    oneway void activityIdle(in IBinder token, in Configuration config, in boolean stopProfiling);
    oneway void activityResumed(in IBinder token, in boolean handleSplashScreenExit);
    oneway void activityTopResumedStateLost();
    /**
     * This call is not one-way because {@link #activityPaused()) is not one-way, or
     * the top-resumed-lost could be reported after activity paused.
     */
    void activityTopResumedStateLost();
    /**
     * Notifies that the activity has completed paused. This call is not one-way because it can make
     * consecutive launch in the same process more coherent. About the order of binder call, it