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 Slog.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 Slog.w(TAG, "user re-stopped: " + existingMetrics); in onUserStoppingEventLocked()173 finishUserStoppingLocked(existingMetrics, /* removeMetric= */ false); in onUserStoppingEventLocked()
367 NetworkRequests existingMetrics = find(networkRequests); in addNetworkRequests() local368 if (existingMetrics != null) { in addNetworkRequests()369 existingMetrics.enterpriseRequestCount += networkRequests.enterpriseRequestCount; in addNetworkRequests()370 existingMetrics.enterpriseReleaseCount += networkRequests.enterpriseReleaseCount; in addNetworkRequests()