Retrying face auth when the camera changed while face auth is running

Currently, when the user folds/unfolds device while face auth is
running, the authentication will fail due to the camera id is changed.

To fix it, when the camera is changed and there is an face auth running,
we cancel it and request a new face auth with new camera id.

Bug: 321086250
Test: atest DeviceEntryFaceAuthInteractorTest
            FacePropertyRepositoryImplTest
Flag: NONE

Change-Id: If7ddd517d33821a62c7426a5c3daa11cc88ff8c4
6 files changed