Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java748 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) { in handleOnLayoutStarted() argument
759 cancellation.cancel(); in handleOnLayoutStarted()
765 mCancellation = cancellation; in handleOnLayoutStarted()
910 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
911 handleOnLayoutStarted(cancellation, sequence); in handleMessage()
940 public void onLayoutStarted(ICancellationSignal cancellation, int sequence) { in onLayoutStarted() argument
944 sequence, 0, cancellation).sendToTarget(); in onLayoutStarted()
1061 private void handleOnWriteStarted(ICancellationSignal cancellation, int sequence) { in handleOnWriteStarted() argument
1072 cancellation.cancel(); in handleOnWriteStarted()
1078 mCancellation = cancellation; in handleOnWriteStarted()
[all …]
/frameworks/base/core/java/android/print/
DIWriteResultCallback.aidl28 void onWriteStarted(ICancellationSignal cancellation, int sequence); in onWriteStarted() argument
DILayoutResultCallback.aidl28 void onLayoutStarted(ICancellationSignal cancellation, int sequence); in onLayoutStarted() argument
DPrintManager.java1018 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
1034 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
1043 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
1055 adapter.onWrite(pages, fd, cancellation, callback); in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java261 MotionEvent cancellation = MotionEvent.obtain(ev); in onInterceptTouchEvent() local
262 cancellation.setAction(MotionEvent.ACTION_CANCEL); in onInterceptTouchEvent()
263 mStackScrollLayout.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
264 mNotificationPanel.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
265 cancellation.recycle(); in onInterceptTouchEvent()
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd92 and react to a cancellation requests.</p>
149 // Respond to cancellation request
175 have three outcomes: completion, cancellation, or failure in the case where calculation of the
261 // check for cancellation
301 method can have three outcomes: completion, cancellation, or failure in the case where the
Dhtml-docs.jd173 of the print job in you application for completion, failure, or user cancellation. Creating an
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd17 <li><a href="#cancellation">Subscription Cancellation</a></li>
85 about handling user cancellations, see <a href="#cancellation">Subscription Cancellation</a>.</p>
326 until cancellation. When the transaction is complete, Google Play notifies users
392 <h2 id="cancellation">Subscription Cancellation</h2>
407 <p>In some cases, the user may contact you directly to request cancellation of a
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd1503 … apply noise suppression for improving speech recording quality, echo cancellation for acoustic ec…