Merge "Request location info in UnderlyingNetworkListener" into sc-dev am: 52a1d139ae
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15187123 Change-Id: Ie31a97b59d52b9cbaf70ebe6fb3e0750803f3a81
This commit is contained in:
@@ -460,6 +460,10 @@ public class UnderlyingNetworkTracker {
|
||||
private final Map<Network, UnderlyingNetworkRecord.Builder>
|
||||
mUnderlyingNetworkRecordBuilders = new ArrayMap<>();
|
||||
|
||||
UnderlyingNetworkListener() {
|
||||
super(NetworkCallback.FLAG_INCLUDE_LOCATION_INFO);
|
||||
}
|
||||
|
||||
private TreeSet<UnderlyingNetworkRecord> getSortedUnderlyingNetworks() {
|
||||
TreeSet<UnderlyingNetworkRecord> sorted =
|
||||
new TreeSet<>(
|
||||
|
||||
Reference in New Issue
Block a user