Searched refs:statsSession (Results 1 – 1 of 1) sorted by relevance
274 INetworkStatsSession statsSession = services.mStatsService.openSession(); in hasEthernet() local275 if (statsSession != null) { in hasEthernet()276 ethernetBytes = statsSession.getSummaryForNetwork( in hasEthernet()279 TrafficStats.closeQuietly(statsSession); in hasEthernet()