Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAbstractExtendedMockitoTestCase.java115 private static MockitoSession sHighlanderSession; field in AbstractExtendedMockitoTestCase
178 + Thread.currentThread() + "; sHighlanderSession=" + sHighlanderSession); in startSession()
206 sHighlanderSession = mSession = builder.initMocks(this).startMocking(); in startSession()
236 + Thread.currentThread() + "; sHighlanderSession=" + sHighlanderSession); in finishSession()
252 sHighlanderSession = null; in finishSession()
287 if (sHighlanderSession == null) { in finishHighlanderSessionIfNeeded()
309 sHighlanderSession.finishMocking(); in finishHighlanderSessionIfNeeded()
320 sHighlanderSession = null; in finishHighlanderSessionIfNeeded()