Searched refs:ExpectedCoalescerException (Results 1 – 2 of 2) sorted by relevance
89 Cursor allAnnotatedCallLogRowsSortedByTimestampDesc) throws ExpectedCoalescerException { in coalesceInternal()150 throw new ExpectedCoalescerException(exception); in coalesceInternal()381 public static final class ExpectedCoalescerException extends Exception { class in Coalescer382 ExpectedCoalescerException(Throwable throwable) { in ExpectedCoalescerException() method in Coalescer.ExpectedCoalescerException
345 if (!(throwable instanceof Coalescer.ExpectedCoalescerException)) { in onLoadFinished()