Remove all static members from NetworkStatsFactory.
NetworkStatsFactory is owned by NetworkStatsService, and any accesses to NSF data should go through NSS. Test: atest FrameworksNetTests Change-Id: Idbd0dbbaeb11313f63474e7ec0e01f974349fc89
This commit is contained in:
@@ -67,7 +67,8 @@ interface INetworkStatsService {
|
||||
void forceUpdateIfaces(
|
||||
in Network[] defaultNetworks,
|
||||
in NetworkState[] networkStates,
|
||||
in String activeIface);
|
||||
in String activeIface,
|
||||
in VpnInfo[] vpnInfos);
|
||||
/** Force update of statistics. */
|
||||
@UnsupportedAppUsage
|
||||
void forceUpdate();
|
||||
|
||||
Reference in New Issue
Block a user