Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAbstractExtendedMockitoTestCase.java120 private static Exception sSessionCreationLocation; field in AbstractExtendedMockitoTestCase
222 sSessionCreationLocation = new Exception(getTestName()); in createSessionLocation()
227 sSessionCreationLocation = e; in createSessionLocation()
296 if (sSessionCreationLocation != null) { in finishHighlanderSessionIfNeeded()
299 + "created at", sSessionCreationLocation); in finishHighlanderSessionIfNeeded()
302 + "created at " + sSessionCreationLocation); in finishHighlanderSessionIfNeeded()