Searched refs:mErrorStats (Results 1 – 5 of 5) sorted by relevance
64 ErrorStats mErrorStats; field in TelecomMetricsControllerTest208 mTelecomMetricsController.getStats().put(TELECOM_ERROR_STATS, mErrorStats); in setUpStats()
169 private final ErrorStats mErrorStats = new ErrorStats(); field in ErrorPolicyManager218 mErrorStats.update(apn, iwlanError); in reportIwlanError()249 mErrorStats.update(apn, iwlanError); in reportIwlanError()482 pw.println(mErrorStats);836 return mErrorStats;
906 mErrorStats[counter]++; in noteIllegalState()1217 mErrorStats.clear(); in resetInternalLocked()1661 for (const auto& [errorType, count] : mErrorStats) { in dumpStats()2189 addErrorStatsToProto(mErrorStats, &proto); in dumpStats()
891 std::map<CounterType, int32_t> mErrorStats; variable
1255 EXPECT_TRUE(stats.mErrorStats.empty()); in TEST()