Home
last modified time | relevance | path

Searched refs:onRemoved (Results 1 – 25 of 48) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitor.java95 touchSessionImpl.onRemoved();
198 private void onRemoved() {
204 callback.onRemoved();
268 touchSession.onRemoved();
455 removedSessions.forEach(touchSession -> touchSession.onRemoved());
H A DDreamTouchHandler.java43 void onRemoved(); in onRemoved() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
H A DFaceRemovalClientTest.java100 client.onRemoved(mIdentifier, 0 /* remaining */); in testFaceRemovalClient()
101 verify(mClientMonitorCallbackConverter).onRemoved( in testFaceRemovalClient()
110 client.onRemoved(null, 0 /* remaining */); in clientSendsErrorWhenHALFailsToRemoveEnrollment()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DClientMonitorCallbackConverter.java127 public void onRemoved(BiometricAuthenticator.Identifier identifier, int remaining) in onRemoved() method in ClientMonitorCallbackConverter
130 mFaceServiceReceiver.onRemoved((Face) identifier, remaining); in onRemoved()
132 mFingerprintServiceReceiver.onRemoved((Fingerprint) identifier, remaining); in onRemoved()
H A DRemovalClient.java72 public void onRemoved(@NonNull BiometricAuthenticator.Identifier identifier, int remaining) { in onRemoved() method in RemovalClient
97 getListener().onRemoved(identifier, remaining); in onRemoved()
H A DRemovalConsumer.java32 void onRemoved(@Nullable BiometricAuthenticator.Identifier identifier, int remaining); in onRemoved() method
H A DInternalCleanupClient.java190 public void onRemoved(BiometricAuthenticator.Identifier identifier, int remaining) { in onRemoved() method in InternalCleanupClient
196 ((RemovalClient<S, T>) mCurrentTask).onRemoved(identifier, remaining); in onRemoved()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DTestHal.java121 mCallback.onRemoved(0 /* deviceId */, fp.getBiometricId(), gid, in remove()
125 mCallback.onRemoved(0 /* deviceId */, fid, gid, 0 /* remaining */); in remove()
H A DBiometricTestSessionImpl.java100 public void onRemoved(Fingerprint fp, int remaining) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintInternalCleanupClientTest.java108 mClient.getCurrentRemoveClient().onRemoved(templates.get(i), 0); in removesUnknownTemplate()
159 mClient.getCurrentRemoveClient().onRemoved(templates.get(0), 0); in cleanupUnknownHalTemplatesAfterEnumerationWhenVirtualIsDisabled()
162 mClient.getCurrentRemoveClient().onRemoved(templates.get(1), 0); in cleanupUnknownHalTemplatesAfterEnumerationWhenVirtualIsDisabled()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmStoreTest.java238 final Runnable onRemoved = mock(Runnable.class); in alarmClockRemovalListener() local
239 mAlarmStore.setAlarmClockRemovalListener(onRemoved); in alarmClockRemovalListener()
247 verifyZeroInteractions(onRemoved); in alarmClockRemovalListener()
250 verify(onRemoved).run(); in alarmClockRemovalListener()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainerListener.java29 default void onRemoved() {} in onRemoved() method
H A DEmbeddedWindowController.java107 mWindows.removeAt(i).onRemoved(); in remove()
119 mWindows.removeAt(i).onRemoved(); in onWindowRemoved()
214 void onRemoved() { in onRemoved() method in EmbeddedWindowController.EmbeddedWindow
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIRcsConfigCallback.aidl27 void onRemoved(); in onRemoved() method
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DTestHal.java139 mCallback.onRemoved(0 /* deviceId */, faceIds, mUserId); in remove()
141 mCallback.onRemoved(0 /* deviceId */, in remove()
H A DBiometricTestSessionImpl.java86 public void onRemoved(Face face, int remaining) {
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintServiceReceiver.aidl31 void onRemoved(in Fingerprint fp, int remaining); in onRemoved() method
H A DFingerprintServiceReceiver.java59 public void onRemoved(Fingerprint fp, int remaining) throws RemoteException { in onRemoved() method in FingerprintServiceReceiver
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DIFaceServiceReceiver.aidl33 void onRemoved(in Face face, int remaining); in onRemoved() method
H A DFaceServiceReceiver.java59 public void onRemoved(Face face, int remaining) throws RemoteException { in onRemoved() method in FaceServiceReceiver
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/
H A DMonitor.java130 public void onRemoved(Monitor monitor) { in onRemoved() method in Monitor.SubscriptionState
267 removedSubscription.onRemoved(this); in removeSubscription()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DProvisioningManager.java1109 public void onRemoved() { in onRemoved() method in ProvisioningManager.RcsProvisioningCallback.CallbackBinder
1112 mExecutor.execute(() -> mLocalCallback.onRemoved()); in onRemoved()
1171 public void onRemoved() {} in onRemoved() method in ProvisioningManager.RcsProvisioningCallback
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DBiometricTestSessionImpl.java99 public void onRemoved(Fingerprint fp, int remaining) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandlerTest.java500 onRemovedCallbackCaptor.getValue().onRemoved(); in testTouchSessionOnRemovedCalledTwice()
501 onRemovedCallbackCaptor.getValue().onRemoved(); in testTouchSessionOnRemovedCalledTwice()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DBiometricTestSessionImpl.java98 public void onRemoved(Face face, int remaining) {

12