Searched refs:backgroundException (Results 1 – 1 of 1) sorted by relevance
357 final Exception e = receiver.backgroundException.getAndSet(null); in rethrowBackgroundBroadcastExceptions()518 public final AtomicReference<Exception> backgroundException = new AtomicReference<>(); field in MockSystemServices.BroadcastReceiverRegistration542 backgroundException.compareAndSet(null, e); in sendBroadcastIfApplicable()