4/n: Update framework together with biometric AIDL changes
Bug: 159667191 Test: Presubmit Change-Id: I0f7ed101febfa66263019990195e421eee400e67
This commit is contained in:
@@ -375,7 +375,7 @@ public class Sensor implements IBinder.DeathRecipient {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAuthenticatorIdInvalidated() {
|
||||
public void onAuthenticatorIdInvalidated(long newAuthenticatorId) {
|
||||
// TODO(b/159667191)
|
||||
}
|
||||
|
||||
|
||||
@@ -388,7 +388,7 @@ class Sensor implements IBinder.DeathRecipient {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAuthenticatorIdInvalidated() {
|
||||
public void onAuthenticatorIdInvalidated(long newAuthenticatorId) {
|
||||
// TODO(159667191)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user