Searched refs:statsSession (Results 1 – 1 of 1) sorted by relevance
323 INetworkStatsSession statsSession = services.mStatsService.openSession(); in hasEthernet() local324 if (statsSession != null) { in hasEthernet()325 ethernetBytes = statsSession.getSummaryForNetwork( in hasEthernet()328 TrafficStats.closeQuietly(statsSession); in hasEthernet()