Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java698 AtomicReference<Throwable> innerThrowable = new AtomicReference<>(); in eventuallyWithSessionClose() local
708 innerThrowable.set(throwable); in eventuallyWithSessionClose()
713 Throwable inner = innerThrowable.get(); in eventuallyWithSessionClose()