4/n: Update framework together with biometric AIDL changes

Bug: 159667191
Test: Presubmit
Change-Id: I0f7ed101febfa66263019990195e421eee400e67
This commit is contained in:
Kevin Chyn
2021-01-11 17:11:43 -08:00
parent 775a9a3796
commit 956de625fc
2 changed files with 2 additions and 2 deletions

View File

@@ -375,7 +375,7 @@ public class Sensor implements IBinder.DeathRecipient {
}
@Override
public void onAuthenticatorIdInvalidated() {
public void onAuthenticatorIdInvalidated(long newAuthenticatorId) {
// TODO(b/159667191)
}

View File

@@ -388,7 +388,7 @@ class Sensor implements IBinder.DeathRecipient {
}
@Override
public void onAuthenticatorIdInvalidated() {
public void onAuthenticatorIdInvalidated(long newAuthenticatorId) {
// TODO(159667191)
}
}