Determine the multipath hint from data usage.

Bug: 35142602
Test: builds, boots
Change-Id: I0f5de5e313ead442aa210f163db035fcf7de5e73
This commit is contained in:
Lorenzo Colitti
2018-01-24 17:35:07 +09:00
parent d6aa30a780
commit 389a81485e
2 changed files with 16 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ public class MultinetworkPolicyTracker {
return mAvoidBadWifi;
}
// TODO: move this to MultipathPolicyTracker.
public int getMeteredMultipathPreference() {
return mMeteredMultipathPreference;
}