Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c02559f authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add onLockoutChanged stub for HIDL change

Bug: 121196511
Bug: 121198195
Bug: 123262389

Test: Builds
Change-Id: I8c7e256e49db1b401288520c6746a9637174edd0
parent 520e6616
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -588,6 +588,11 @@ public class FaceService extends BiometricServiceBase {
                        throws RemoteException {
                    // TODO
                }

                @Override
                public void onLockoutChanged(long duration) {

                }
            };

    /**