Update TestHal together with AIDL change
Bug: 173432893 Test: Builds Change-Id: Ic2e2beaf5748927cfcad69a26f0da6e40d770f95
This commit is contained in:
@@ -78,7 +78,7 @@ public class TestHal extends IFingerprint.Stub {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invalidateAuthenticatorId(int cookie, HardwareAuthToken hat) {
|
||||
public void invalidateAuthenticatorId(int cookie) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ class TestSession extends ISession.Stub {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invalidateAuthenticatorId(int cookie, HardwareAuthToken hat) {
|
||||
public void invalidateAuthenticatorId(int cookie) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user