Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DAnalytics.java789 long timeOfLastEvent = -1; in convertLogEventsToProtoEvents() local
796 timeOfLastEvent < 0 ? -1 : logEvent.time - timeOfLastEvent)); in convertLogEventsToProtoEvents()
798 timeOfLastEvent = logEvent.time; in convertLogEventsToProtoEvents()