Merge "Update TestHal together with AIDL change"

This commit is contained in:
Kevin Chyn
2020-11-16 23:08:55 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ public class TestHal extends IFingerprint.Stub {
}
@Override
public void invalidateAuthenticatorId(int cookie, HardwareAuthToken hat) {
public void invalidateAuthenticatorId(int cookie) {
}

View File

@@ -80,7 +80,7 @@ class TestSession extends ISession.Stub {
}
@Override
public void invalidateAuthenticatorId(int cookie, HardwareAuthToken hat) {
public void invalidateAuthenticatorId(int cookie) {
}