Searched refs:mTunnelSetupSuccessStats (Results 1 – 2 of 2) sorted by relevance
538 Map<String, LongSummaryStatistics> mTunnelSetupSuccessStats = field in IwlanDataService.IwlanDataServiceProvider.IwlanDataTunnelStats573 if (!mTunnelSetupSuccessStats.containsKey(apn)) { in reportTunnelSetupSuccess()574 mTunnelSetupSuccessStats.put(apn, new LongSummaryStatistics()); in reportTunnelSetupSuccess()576 LongSummaryStatistics stats = mTunnelSetupSuccessStats.get(apn); in reportTunnelSetupSuccess()578 mTunnelSetupSuccessStats.put(apn, stats); in reportTunnelSetupSuccess()621 return mTunnelSetupSuccessStats.size() >= APN_COUNT_MAX in maxApnReached()634 mTunnelSetupSuccessStats.entrySet()) { in toString()660 mTunnelSetupSuccessStats = new HashMap<String, LongSummaryStatistics>(); in reset()
1679 LongSummaryStatistics finalSetupStats = stats.mTunnelSetupSuccessStats.get(TEST_APN_NAME); in testIwlanTunnelStats()