Home
last modified time | relevance | path

Searched refs:existingMetrics (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DUserMetrics.java132 UserStartingMetric existingMetrics = mUserStartingMetrics.get(userId); in onUserStartingEventLocked() local
133 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() local
171 if (existingMetrics != null) { in onUserStoppingEventLocked()
172 Slog.w(TAG, "user re-stopped: " + existingMetrics); in onUserStoppingEventLocked()
173 finishUserStoppingLocked(existingMetrics, /* removeMetric= */ false); in onUserStoppingEventLocked()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DPersistAtomsStorage.java367 NetworkRequests existingMetrics = find(networkRequests); in addNetworkRequests() local
368 if (existingMetrics != null) { in addNetworkRequests()
369 existingMetrics.enterpriseRequestCount += networkRequests.enterpriseRequestCount; in addNetworkRequests()
370 existingMetrics.enterpriseReleaseCount += networkRequests.enterpriseReleaseCount; in addNetworkRequests()