Loading services/core/java/com/android/server/biometrics/sensors/face/aidl/TestHal.java +5 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,11 @@ public class TestHal extends IFace.Stub { public ICancellationSignal detectInteractionWithContext(OperationContext context) { return detectInteraction(); } @Override public void onContextChanged(OperationContext context) { Slog.w(TAG, "onContextChanged"); } }; } } services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/TestHal.java +5 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,11 @@ public class TestHal extends IFingerprint.Stub { public void onPointerUpWithContext(PointerContext context) { onPointerUp(context.pointerId); } @Override public void onContextChanged(OperationContext context) { Slog.w(TAG, "onContextChanged"); } }; } } Loading Loading
services/core/java/com/android/server/biometrics/sensors/face/aidl/TestHal.java +5 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,11 @@ public class TestHal extends IFace.Stub { public ICancellationSignal detectInteractionWithContext(OperationContext context) { return detectInteraction(); } @Override public void onContextChanged(OperationContext context) { Slog.w(TAG, "onContextChanged"); } }; } }
services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/TestHal.java +5 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,11 @@ public class TestHal extends IFingerprint.Stub { public void onPointerUpWithContext(PointerContext context) { onPointerUp(context.pointerId); } @Override public void onContextChanged(OperationContext context) { Slog.w(TAG, "onContextChanged"); } }; } } Loading