Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java417 private @Nullable Map<SafeCancellationTransport, CancellationSignal> mRemoteCancellations; field in ActivityThread
1761 if (mRemoteCancellations == null) { in createSafeCancellationTransport()
1762 mRemoteCancellations = new ArrayMap<>(); in createSafeCancellationTransport()
1766 mRemoteCancellations.put(transport, cancellationSignal); in createSafeCancellationTransport()
1774 final CancellationSignal cancellation = mRemoteCancellations.remove(transport); in removeSafeCancellationTransport()
1775 if (mRemoteCancellations.isEmpty()) { in removeSafeCancellationTransport()
1776 mRemoteCancellations = null; in removeSafeCancellationTransport()