Searched refs:getLastSessionId (Results 1 – 2 of 2) sorted by relevance
252 int sessionId = androidClient.getLastSessionId(); in testClientResponse()259 assertThat(androidClient.getLastSessionId()).isNotEqualTo(INVALID_SESSION_ID); in testClientResponse()313 public int getLastSessionId() { in getLastSessionId() method in CarWatchdogServiceTest.BaseAndroidClient
346 int sessionId = client.getLastSessionId(); in testRegisterClient()353 assertThat(client.getLastSessionId()).isNotEqualTo(INVALID_SESSION_ID); in testRegisterClient()362 assertThat(client.getLastSessionId()).isEqualTo(INVALID_SESSION_ID); in testUnregisterUnregisteredClient()4543 public int getLastSessionId() { in getLastSessionId() method in CarWatchdogServiceUnitTest.TestClient