Home
last modified time | relevance | path

Searched refs:statsSession (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java323 INetworkStatsSession statsSession = services.mStatsService.openSession(); in hasEthernet() local
324 if (statsSession != null) { in hasEthernet()
325 ethernetBytes = statsSession.getSummaryForNetwork( in hasEthernet()
328 TrafficStats.closeQuietly(statsSession); in hasEthernet()