Searched refs:candidateMetric (Results 1 – 1 of 1) sorted by relevance
94 var candidateMetric = sessionMetric.getCandidatePhasePerProviderMetric(); in collectQueryAggregates() local95 if (candidateMetric.getCandidateUid() == MetricUtilities.DEFAULT_INT_32) { in collectQueryAggregates()100 mServiceBeganTimeNanoseconds = candidateMetric.getServiceBeganTimeNanoseconds(); in collectQueryAggregates()102 mQueryReturned = mQueryReturned || candidateMetric.isQueryReturned(); in collectQueryAggregates()103 ResponseCollective candidateCollective = candidateMetric.getResponseCollective(); in collectQueryAggregates()109 candidateMetric.getStartQueryTimeNanoseconds()); in collectQueryAggregates()110 max_query_end = Math.max(max_query_end, candidateMetric in collectQueryAggregates()112 mTotalQueryFailures += (candidateMetric.isHasException() ? 1 : 0); in collectQueryAggregates()113 if (!candidateMetric.getFrameworkException().isEmpty()) { in collectQueryAggregates()114 mExceptionCountQuery.put(candidateMetric.getFrameworkException(), in collectQueryAggregates()[all …]