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

Commit a0a230ab authored by Danielle Millett's avatar Danielle Millett Committed by Android (Google) Code Review
Browse files

Merge "Removed makeInvisible() function" into jb-mr1-lockscreen-dev

parents d76b320b 54d181db
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ interface IFaceLockInterface {
    void startUi(IBinder containingWindowToken, int x, int y, int width, int height,
            boolean useLiveliness);
    void stopUi();
    void makeInvisible();
    void registerCallback(IFaceLockCallback cb);
    void unregisterCallback(IFaceLockCallback cb);
}
+0 −7
Original line number Diff line number Diff line
@@ -151,13 +151,6 @@ public class FaceUnlock implements BiometricSensorUnlock, Handler.Callback {
        }

        boolean mWasRunning = mIsRunning;
        try {
            if (mService != null) {
                mService.makeInvisible();
            }
        } catch (RemoteException e) {
            Log.e(TAG, "Caught exception making Face Unlock invisible: " + e.toString());
        }

        stopUi();