/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
H A D | DreamOverlayTouchMonitor.java | 95 touchSessionImpl.onRemoved(); 198 private void onRemoved() { 204 callback.onRemoved(); 268 touchSession.onRemoved(); 455 removedSessions.forEach(touchSession -> touchSession.onRemoved());
|
H A D | DreamTouchHandler.java | 43 void onRemoved(); in onRemoved() method
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceRemovalClientTest.java | 100 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 D | ClientMonitorCallbackConverter.java | 127 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 D | RemovalClient.java | 72 public void onRemoved(@NonNull BiometricAuthenticator.Identifier identifier, int remaining) { in onRemoved() method in RemovalClient 97 getListener().onRemoved(identifier, remaining); in onRemoved()
|
H A D | RemovalConsumer.java | 32 void onRemoved(@Nullable BiometricAuthenticator.Identifier identifier, int remaining); in onRemoved() method
|
H A D | InternalCleanupClient.java | 190 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 D | TestHal.java | 121 mCallback.onRemoved(0 /* deviceId */, fp.getBiometricId(), gid, in remove() 125 mCallback.onRemoved(0 /* deviceId */, fid, gid, 0 /* remaining */); in remove()
|
H A D | BiometricTestSessionImpl.java | 100 public void onRemoved(Fingerprint fp, int remaining) {
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintInternalCleanupClientTest.java | 108 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 D | AlarmStoreTest.java | 238 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 D | WindowContainerListener.java | 29 default void onRemoved() {} in onRemoved() method
|
H A D | EmbeddedWindowController.java | 107 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 D | IRcsConfigCallback.aidl | 27 void onRemoved(); in onRemoved() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | TestHal.java | 139 mCallback.onRemoved(0 /* deviceId */, faceIds, mUserId); in remove() 141 mCallback.onRemoved(0 /* deviceId */, in remove()
|
H A D | BiometricTestSessionImpl.java | 86 public void onRemoved(Face face, int remaining) {
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | IFingerprintServiceReceiver.aidl | 31 void onRemoved(in Fingerprint fp, int remaining); in onRemoved() method
|
H A D | FingerprintServiceReceiver.java | 59 public void onRemoved(Fingerprint fp, int remaining) throws RemoteException { in onRemoved() method in FingerprintServiceReceiver
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceServiceReceiver.aidl | 33 void onRemoved(in Face face, int remaining); in onRemoved() method
|
H A D | FaceServiceReceiver.java | 59 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 D | Monitor.java | 130 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 D | ProvisioningManager.java | 1109 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 D | BiometricTestSessionImpl.java | 99 public void onRemoved(Fingerprint fp, int remaining) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
H A D | BouncerSwipeTouchHandlerTest.java | 500 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 D | BiometricTestSessionImpl.java | 98 public void onRemoved(Face face, int remaining) {
|