Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintManager.java874 ICancellationSignal cancellationTransport = CancellationSignal.createTransport(); in layout() local
876 callback.onLayoutStarted(cancellationTransport, sequence); in layout()
890 cancellationTransport); in layout()
908 ICancellationSignal cancellationTransport = CancellationSignal.createTransport(); in write() local
910 callback.onWriteStarted(cancellationTransport, sequence); in write()
924 cancellationTransport); in write()
/frameworks/base/core/java/android/app/ondeviceintelligence/
DOnDeviceIntelligenceManager.java612 (cancellationTransport, error) -> { in configureRemoteCancellationFuture() argument
613 if (error != null || cancellationTransport == null) { in configureRemoteCancellationFuture()
617 ICancellationSignal.Stub.asInterface(cancellationTransport)); in configureRemoteCancellationFuture()