Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java357 final Exception e = receiver.backgroundException.getAndSet(null); in rethrowBackgroundBroadcastExceptions()
518 public final AtomicReference<Exception> backgroundException = new AtomicReference<>(); field in MockSystemServices.BroadcastReceiverRegistration
542 backgroundException.compareAndSet(null, e); in sendBroadcastIfApplicable()