Home
last modified time | relevance | path

Searched defs:cancellation (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DIFillCallback.aidl29 void onCancellable(in ICancellationSignal cancellation); in onCancellable()
/frameworks/base/core/java/android/print/
DIWriteResultCallback.aidl28 void onWriteStarted(ICancellationSignal cancellation, int sequence); in onWriteStarted()
DILayoutResultCallback.aidl28 void onLayoutStarted(ICancellationSignal cancellation, int sequence); in onLayoutStarted()
DPrintManager.java1034 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
1059 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java765 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) { in handleOnLayoutStarted()
937 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
966 public void onLayoutStarted(ICancellationSignal cancellation, int sequence) { in onLayoutStarted()
1087 private void handleOnWriteStarted(ICancellationSignal cancellation, int sequence) { in handleOnWriteStarted()
1227 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
1255 public void onWriteStarted(ICancellationSignal cancellation, int sequence) { in onWriteStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java302 MotionEvent cancellation = MotionEvent.obtain(ev); in onInterceptTouchEvent() local