Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
DHandlerThreadingDomainTest.java79 AtomicBoolean exceptionThrown = new AtomicBoolean(true); in assertCurrentThread() local
82 exceptionThrown.set(false); in assertCurrentThread()
86 assertFalse(exceptionThrown.get()); in assertCurrentThread()
96 AtomicBoolean exceptionThrown = new AtomicBoolean(false); in assertNotCurrentThread() local
103 exceptionThrown.set(true); in assertNotCurrentThread()
108 assertTrue(exceptionThrown.get()); in assertNotCurrentThread()
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java87 boolean exceptionThrown; field in BinderInternal.CallSession
DBinderLatencyObserver.java200 if (s == null || s.exceptionThrown || !shouldKeepSample()) { in callEnded()
DBinderCallsStats.java232 s.exceptionThrown = false; in callStarted()
338 callStat.exceptionCount += s.exceptionThrown ? 1 : 0; in processCallEnded()
388 s.exceptionThrown = true; in callThrewException()