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

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

Merge "Mark endpoint callbackFinished APIs to be oneway" into main

parents 2e9b2835 90cfc947
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,5 +99,5 @@ interface IContextHubEndpoint {
     * Invoked when a callback from IContextHubEndpointCallback finishes.
     */
    @EnforcePermission("ACCESS_CONTEXT_HUB")
    void onCallbackFinished();
    oneway void onCallbackFinished();
}
+1 −1
Original line number Diff line number Diff line
@@ -153,5 +153,5 @@ interface IContextHubService {

    // Called when a discovery callback is finished executing
    @EnforcePermission("ACCESS_CONTEXT_HUB")
    void onDiscoveryCallbackFinished();
    oneway void onDiscoveryCallbackFinished();
}