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

Commit 42f46d2b authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Mark the INetworkScoreCache as oneway." am: edadb3ef am: 4fcc44dc am: ea65f9d3 am: 577aac13"
parents 34d89134 5c5747e5
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);