Merge "Mark the INetworkScoreCache as oneway."

This commit is contained in:
Treehugger Robot
2017-01-23 21:22:10 +00:00
committed by Gerrit Code Review

View File

@@ -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);