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

Commit 8afdae5c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make IDispatchCompletionListener oneway" into main

parents ed0ffbba f1e38a60
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -23,8 +23,9 @@ import android.os.IBinder;
 * event (by calling the corresponding NotificationListenerService API method on the main thread)
 * was completed or there was an error that resulted in no dispatch. This does not signal that the
 * app completed processing the event. It may still be doing that off the main thread.
 * {@hide}
 *
 * @hide
 */
interface IDispatchCompletionListener {
oneway interface IDispatchCompletionListener {
    void notifyDispatchComplete(in long dispatchToken);
}