Searched refs:mRemoteCancellations (Results 1 – 1 of 1) sorted by relevance
469 private @Nullable Map<SafeCancellationTransport, CancellationSignal> mRemoteCancellations; field in ActivityThread2054 if (mRemoteCancellations == null) { in createSafeCancellationTransport()2055 mRemoteCancellations = new ArrayMap<>(); in createSafeCancellationTransport()2059 mRemoteCancellations.put(transport, cancellationSignal); in createSafeCancellationTransport()2067 final CancellationSignal cancellation = mRemoteCancellations.remove(transport); in removeSafeCancellationTransport()2068 if (mRemoteCancellations.isEmpty()) { in removeSafeCancellationTransport()2069 mRemoteCancellations = null; in removeSafeCancellationTransport()