Searched refs:mRemoteCancellations (Results 1 – 1 of 1) sorted by relevance
417 private @Nullable Map<SafeCancellationTransport, CancellationSignal> mRemoteCancellations; field in ActivityThread1761 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()