Searched refs:exceptionThrown (Results 1 – 4 of 4) sorted by relevance
79 AtomicBoolean exceptionThrown = new AtomicBoolean(true); in assertCurrentThread() local82 exceptionThrown.set(false); in assertCurrentThread()86 assertFalse(exceptionThrown.get()); in assertCurrentThread()96 AtomicBoolean exceptionThrown = new AtomicBoolean(false); in assertNotCurrentThread() local103 exceptionThrown.set(true); in assertNotCurrentThread()108 assertTrue(exceptionThrown.get()); in assertNotCurrentThread()
87 boolean exceptionThrown; field in BinderInternal.CallSession
200 if (s == null || s.exceptionThrown || !shouldKeepSample()) { in callEnded()
232 s.exceptionThrown = false; in callStarted()338 callStat.exceptionCount += s.exceptionThrown ? 1 : 0; in processCallEnded()388 s.exceptionThrown = true; in callThrewException()