Add onPointerCancelWithContext and setIgnoreDisplayTouches to TestHal
Bug: 266476972 Test: atest --no-bazel-mode --no-metrics FrameworksServicesTests:com.android.server.biometrics Change-Id: Icdc6425382efa46cde77537b42b6ccab9c44dab6
This commit is contained in:
@@ -217,6 +217,16 @@ public class TestHal extends IFingerprint.Stub {
|
||||
public void onContextChanged(OperationContext context) {
|
||||
Slog.w(TAG, "onContextChanged");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPointerCancelWithContext(PointerContext context) {
|
||||
Slog.w(TAG, "onPointerCancelWithContext");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setIgnoreDisplayTouches(boolean shouldIgnore) {
|
||||
Slog.w(TAG, "setIgnoreDisplayTouches");
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user