Merge "Update Settings to match Framework"
This commit is contained in:
committed by
Android (Google) Code Review
commit
847865dca8
@@ -121,7 +121,7 @@ public class FaceStatusPreferenceControllerTest {
|
||||
when(mFaceManager.isHardwareDetected()).thenReturn(true);
|
||||
when(mFaceManager.getEnrolledFaces(anyInt()))
|
||||
.thenReturn(Collections.singletonList(mock(Face.class)));
|
||||
when(mFaceManager.hasEnrolledFaces(anyInt()))
|
||||
when(mFaceManager.hasEnrolledTemplates(anyInt()))
|
||||
.thenReturn(true);
|
||||
|
||||
mController.updateState(mPreference);
|
||||
|
Reference in New Issue
Block a user