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

Commit ea65f9d3 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

Change-Id: I4d2dc6446f347643f654799094ac7f6fb7529438
parents d0c5f004 4fcc44dc
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);