Searched refs:mLastSessionId (Results 1 – 5 of 5) sorted by relevance
80 private int mLastSessionId; field in WatchdogProcessHandler320 if (++mLastSessionId <= 0) { in getNewSessionId()321 mLastSessionId = 1; in getNewSessionId()323 return mLastSessionId; in getNewSessionId()
256 protected int mLastSessionId = INVALID_SESSION_ID; field in CarWatchdogServiceTest.BaseAndroidClient260 mLastSessionId = sessionId; in onCheckHealthStatus()270 return mLastSessionId; in getLastSessionId()
131 mLastSessionId(0), in WatchdogProcessService()772 if (++mLastSessionId <= 0) { in getNewSessionId()773 mLastSessionId = 1; in getNewSessionId()775 return mLastSessionId; in getNewSessionId()
237 int32_t mLastSessionId; variable
1626 protected int mLastSessionId = INVALID_SESSION_ID; field in CarWatchdogServiceUnitTest.TestClient1630 mLastSessionId = sessionId; in onCheckHealthStatus()1639 return mLastSessionId; in getLastSessionId()1646 mLastSessionId = sessionId; in onCheckHealthStatus()