Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DCarWatchdogManager.java274 if (mSession.lastReportedId == sessionId) { in tellClientAlive()
278 mSession.lastReportedId = sessionId; in tellClientAlive()
790 if (mSession.lastReportedId == sessionId) { in checkClientStatus()
793 mSession.lastReportedId = sessionId; in checkClientStatus()
1021 public int lastReportedId; field in CarWatchdogManager.SessionInfo
1023 SessionInfo(int currentId, int lastReportedId) { in SessionInfo() argument
1025 this.lastReportedId = lastReportedId; in SessionInfo()