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

Commit 3b2d3d3a authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Add onLockoutChanged stub for HIDL change"

parents 5978e065 0c02559f
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) {

                }
            };

    /**