Merge "Mark the INetworkScoreCache as oneway." am: edadb3efc3 am: 4fcc44dc9a

am: ea65f9d392

Change-Id: I54af428743c036da20a0adbaa38d00ca348364fc
This commit is contained in:
Jeremy Joslin
2017-01-23 21:42:00 +00:00
committed by android-build-merger

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