Merge "Update TestHal together with AIDL change"
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