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

Commit edadb3ef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Mark the INetworkScoreCache as oneway."

parents d1ab15a1 84fae83f
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);