Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceTest.java252 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
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java346 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