Searched refs:mLastSessionId (Results 1 – 5 of 5) sorted by relevance
325 protected int mLastSessionId = INVALID_SESSION_ID; field in WatchdogProcessHandlerUnitTest.TestClient329 mLastSessionId = sessionId; in onCheckHealthStatus()338 return mLastSessionId; in getLastSessionId()345 mLastSessionId = sessionId; in onCheckHealthStatus()
96 private int mLastSessionId; field in WatchdogProcessHandler446 if (++mLastSessionId <= 0) { in getNewSessionId()447 mLastSessionId = 1; in getNewSessionId()449 return mLastSessionId; in getNewSessionId()
327 protected int mLastSessionId = INVALID_SESSION_ID; field in CarWatchdogServiceTest.BaseAndroidClient331 mLastSessionId = sessionId; in onCheckHealthStatus()341 return mLastSessionId; in getLastSessionId()
248 mLastSessionId(0), in WatchdogProcessService()1267 if (++mLastSessionId <= 0) { in getNewSessionId()1268 mLastSessionId = 1; in getNewSessionId()1270 return mLastSessionId; in getNewSessionId()
315 int32_t mLastSessionId; variable