Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java161 AtomicReference<ICancellationSignal> cancellationRef = new AtomicReference<>(); in onRequestAutofillLocked() local
201 cancellationRef.set(cancellation); in onRequestAutofillLocked()
216 dispatchCancellation(cancellationRef.get()); in onRequestAutofillLocked()
221 dispatchCancellation(cancellationRef.get()); in onRequestAutofillLocked()