Searched refs:sDeferredExceptions (Results 1 – 1 of 1) sorted by relevance
38 static List<ScopedException> sDeferredExceptions = new ArrayList<ScopedException>(); field in Scope61 sDeferredExceptions.add(exception); in defer()98 if (sDeferredExceptions.isEmpty()) { in assertNoError()103 for (ScopedException ex : sDeferredExceptions) { in assertNoError()