Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java2433 AtomicReference<RuntimeException> exceptionRef = new AtomicReference<>(); in dump() local
2438 exceptionRef.set(e); in dump()
2449 exceptionRef.compareAndSet(null, new IllegalStateException("Dump interrupted", e)); in dump()
2452 final RuntimeException e = exceptionRef.get(); in dump()