Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java504 private @Nullable Map<SafeCancellationTransport, CancellationSignal> mRemoteCancellations; field in ActivityThread
2193 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()