Home
last modified time | relevance | path

Searched defs:onCancellable (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/service/credentials/
DIClearCredentialStateCallback.aidl30 void onCancellable(in ICancellationSignal cancellation); in onCancellable() method
DIBeginCreateCredentialCallback.aidl14 void onCancellable(in ICancellationSignal cancellation); in onCancellable() method
DIBeginGetCredentialCallback.aidl15 void onCancellable(in ICancellationSignal cancellation); in onCancellable() method
/frameworks/base/core/java/android/service/rotationresolver/
DIRotationResolverCallback.aidl27 void onCancellable(ICancellationSignal cancellation); in onCancellable() method
/frameworks/base/core/java/android/service/autofill/
DIFillCallback.aidl29 void onCancellable(in ICancellationSignal cancellation); in onCancellable() method
/frameworks/base/core/java/android/service/assist/classification/
DIFieldClassificationCallback.aidl33 void onCancellable(in ICancellationSignal cancellation); in onCancellable() method
/frameworks/base/core/java/android/service/autofill/augmented/
DIFillCallback.aidl32 void onCancellable(in ICancellationSignal cancellation); in onCancellable() method
/frameworks/base/services/core/java/com/android/server/rotationresolver/
DRemoteRotationResolverService.java206 public void onCancellable(@NonNull ICancellationSignal cancellation) { in onCancellable() method in RemoteRotationResolverService.RotationRequest.RotationResolverCallback
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteFillService.java171 public void onCancellable(ICancellationSignal cancellation) throws RemoteException { in onCancellable() method in RemoteFillService.IFillCallbackDelegate