Searched refs:mTunnelSetupSuccessStats (Results 1 – 2 of 2) sorted by relevance
486 Map<String, LongSummaryStatistics> mTunnelSetupSuccessStats = field in IwlanDataService.IwlanDataServiceProvider.IwlanDataTunnelStats521 if (!mTunnelSetupSuccessStats.containsKey(apn)) { in reportTunnelSetupSuccess()522 mTunnelSetupSuccessStats.put(apn, new LongSummaryStatistics()); in reportTunnelSetupSuccess()524 LongSummaryStatistics stats = mTunnelSetupSuccessStats.get(apn); in reportTunnelSetupSuccess()526 mTunnelSetupSuccessStats.put(apn, stats); in reportTunnelSetupSuccess()568 if (mTunnelSetupSuccessStats.size() >= APN_COUNT_MAX in maxApnReached()584 mTunnelSetupSuccessStats.entrySet()) { in toString()610 mTunnelSetupSuccessStats = new HashMap<String, LongSummaryStatistics>(); in reset()
804 LongSummaryStatistics finalSetupStats = stats.mTunnelSetupSuccessStats.get(TEST_APN_NAME); in testIwlanTunnelStats()