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

Commit 84fae83f authored by Jeremy Joslin's avatar Jeremy Joslin
Browse files

Mark the INetworkScoreCache as oneway.

Test: built & run
Bug: 34522097
Change-Id: I7d2075febe6c3cdc24b56df255f8ba59e13322bf
parent 24218db9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ import android.net.ScoredNetwork;
 * the current scores for each network for debugging purposes.
 * @hide
 */
interface INetworkScoreCache
oneway interface INetworkScoreCache
{
    void updateScores(in List<ScoredNetwork> networks);