Home
last modified time | relevance | path

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

/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/
DUserMetrics.java132 UserStartingMetric existingMetrics = mUserStartingMetrics.get(userId); in onUserStartingEventLocked() local
133 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() local
171 if (existingMetrics != null) { in onUserStoppingEventLocked()
172 Slogf.w(TAG, "user re-stopped: " + existingMetrics); in onUserStoppingEventLocked()
173 finishUserStoppingLocked(existingMetrics, /* removeMetric= */ false); in onUserStoppingEventLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DPersistAtomsStorage.java477 NetworkRequestsV2 existingMetrics = find(networkRequests); in addNetworkRequestsV2() local
478 if (existingMetrics != null) { in addNetworkRequestsV2()
479 existingMetrics.requestCount += networkRequests.requestCount; in addNetworkRequestsV2()