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

Commit 577aac13 authored by Jeremy Joslin's avatar Jeremy Joslin Committed by android-build-merger
Browse files

Merge "Mark the INetworkScoreCache as oneway." am: edadb3ef am: 4fcc44dc

am: ea65f9d3

Change-Id: I54af428743c036da20a0adbaa38d00ca348364fc
parents 60e03c36 ea65f9d3
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);