Searched refs:existingMetrics (Results 1 – 2 of 2) sorted by relevance
132 UserStartingMetric existingMetrics = mUserStartingMetrics.get(userId); in onUserStartingEventLocked() local133 if (existingMetrics != null) { in onUserStartingEventLocked()134 Slogf.w(TAG, "user re-started: " + existingMetrics); in onUserStartingEventLocked()135 finishUserStartingLocked(existingMetrics, /* removeMetric= */ false); in onUserStartingEventLocked()170 UserStoppingMetric existingMetrics = mUserStoppingMetrics.get(userId); in onUserStoppingEventLocked() local171 if (existingMetrics != null) { in onUserStoppingEventLocked()172 Slogf.w(TAG, "user re-stopped: " + existingMetrics); in onUserStoppingEventLocked()173 finishUserStoppingLocked(existingMetrics, /* removeMetric= */ false); in onUserStoppingEventLocked()
477 NetworkRequestsV2 existingMetrics = find(networkRequests); in addNetworkRequestsV2() local478 if (existingMetrics != null) { in addNetworkRequestsV2()479 existingMetrics.requestCount += networkRequests.requestCount; in addNetworkRequestsV2()