Searched refs:mRemoteCancellations (Results 1 – 1 of 1) sorted by relevance
504 private @Nullable Map<SafeCancellationTransport, CancellationSignal> mRemoteCancellations; field in ActivityThread2193 if (mRemoteCancellations == null) { in createSafeCancellationTransport()2194 mRemoteCancellations = new ArrayMap<>(); in createSafeCancellationTransport()2198 mRemoteCancellations.put(transport, cancellationSignal); in createSafeCancellationTransport()2206 final CancellationSignal cancellation = mRemoteCancellations.remove(transport); in removeSafeCancellationTransport()2207 if (mRemoteCancellations.isEmpty()) { in removeSafeCancellationTransport()2208 mRemoteCancellations = null; in removeSafeCancellationTransport()