Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java153 private void dispatchOnFillTimeout(@NonNull ICancellationSignal cancellation) { in dispatchOnFillTimeout() argument
156 cancellation.cancel(); in dispatchOnFillTimeout()
204 public void onCancellable(ICancellationSignal cancellation) { in PendingAutofillRequest()
208 mCancellation = cancellation; in PendingAutofillRequest()
213 cancellation.cancel(); in PendingAutofillRequest()
273 final ICancellationSignal cancellation; in onTimeout() local
275 cancellation = mCancellation; in onTimeout()
277 if (cancellation != null) { in onTimeout()
278 remoteService.dispatchOnFillTimeout(cancellation); in onTimeout()
289 final ICancellationSignal cancellation; in cancel()
[all …]
DRemoteFillService.java210 public void onCancellable(ICancellationSignal cancellation) {
214 mCancellation = cancellation;
219 cancellation.cancel();
255 final ICancellationSignal cancellation;
257 cancellation = mCancellation;
259 if (cancellation != null) {
260 remoteService.dispatchOnFillTimeout(cancellation);
290 final ICancellationSignal cancellation;
292 cancellation = mCancellation;
294 if (cancellation != null) {
[all …]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java761 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) { in handleOnLayoutStarted() argument
772 cancellation.cancel(); in handleOnLayoutStarted()
778 mCancellation = cancellation; in handleOnLayoutStarted()
933 ICancellationSignal cancellation = (ICancellationSignal) message.obj; in handleMessage() local
934 handleOnLayoutStarted(cancellation, sequence); in handleMessage()
962 public void onLayoutStarted(ICancellationSignal cancellation, int sequence) { in onLayoutStarted() argument
966 sequence, 0, cancellation).sendToTarget(); in onLayoutStarted()
1083 private void handleOnWriteStarted(ICancellationSignal cancellation, int sequence) { in handleOnWriteStarted() argument
1094 cancellation.cancel(); in handleOnWriteStarted()
1100 mCancellation = cancellation; in handleOnWriteStarted()
[all …]
/frameworks/base/core/java/android/service/autofill/augmented/
DIFillCallback.aidl27 void onCancellable(in ICancellationSignal cancellation); in onCancellable() argument
/frameworks/base/core/java/android/service/autofill/
DIFillCallback.aidl29 void onCancellable(in ICancellationSignal cancellation); in onCancellable() argument
/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.java1043 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
1059 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
1068 CancellationSignal cancellation = (CancellationSignal) args.arg4; in handleMessage() local
1080 adapter.onWrite(pages, fd, cancellation, callback); in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java435 MotionEvent cancellation = MotionEvent.obtain(ev); in onInterceptTouchEvent() local
436 cancellation.setAction(MotionEvent.ACTION_CANCEL); in onInterceptTouchEvent()
437 stackScrollLayout.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
438 mNotificationPanel.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
439 cancellation.recycle(); in onInterceptTouchEvent()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1377 final IBinder cancellation = b.getBinder( in requestDirectActions()
1379 if (cancellation != null) { in requestDirectActions()
1381 cancellation)); in requestDirectActions()
1454 final IBinder cancellation = b.getBinder( in performDirectAction()
1456 if (cancellation != null) { in performDirectAction()
1458 cancellation)); in performDirectAction()
/frameworks/base/core/proto/android/telecomm/
Denums.proto53 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user).
/frameworks/base/core/java/android/app/
DActivityThread.java1735 final CancellationSignal cancellation = mRemoteCancellations.remove(transport); in removeSafeCancellationTransport() local
1739 return cancellation; in removeSafeCancellationTransport()
1747 @NonNull CancellationSignal cancellation) { in SafeCancellationTransport() argument
1755 final CancellationSignal cancellation = activityThread in cancel() local
1757 if (cancellation != null) { in cancel()
1758 cancellation.cancel(); in cancel()
/frameworks/base/proto/src/
Dwifi.proto1584 // Total number of wps cancellation
/frameworks/base/cmds/statsd/src/
Datoms.proto5702 * Logs the cancellation of a file operation. Call this when a job is canceled