Searched refs:mRemoteCancellations (Results 1 – 1 of 1) sorted by relevance
397 private @Nullable Map<SafeCancellationTransport, CancellationSignal> mRemoteCancellations; field in ActivityThread1722 if (mRemoteCancellations == null) { in createSafeCancellationTransport()1723 mRemoteCancellations = new ArrayMap<>(); in createSafeCancellationTransport()1727 mRemoteCancellations.put(transport, cancellationSignal); in createSafeCancellationTransport()1735 final CancellationSignal cancellation = mRemoteCancellations.remove(transport); in removeSafeCancellationTransport()1736 if (mRemoteCancellations.isEmpty()) { in removeSafeCancellationTransport()1737 mRemoteCancellations = null; in removeSafeCancellationTransport()