Searched defs:getNetworkStatsTethering (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1182 final NetworkStats tetherSnapshot = getNetworkStatsTethering();
1193 private NetworkStats getNetworkStatsTethering() throws RemoteException { method in class:NetworkStatsService
1196 return mNetworkManager.getNetworkStatsTethering(tetheredIfacePairs);
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java1296 public NetworkStats getNetworkStatsTethering(String[] ifacePairs) { method in class:NetworkManagementService
1309 stats.combineValues(getNetworkStatsTethering(ifaceIn, ifaceOut));
1315 private NetworkStats.Entry getNetworkStatsTethering(String ifaceIn, String ifaceOut) { method in class:NetworkManagementService

Completed in 29 milliseconds