Update TestHal together with AIDL change

Bug: 173432893
Test: Builds
Change-Id: Ic2e2beaf5748927cfcad69a26f0da6e40d770f95
This commit is contained in:
Kevin Chyn
2020-11-16 12:47:12 -08:00
parent 1baf2aa687
commit 2b9e5aa007
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) {
}