Merge "Update settings together with frameworks/base"

This commit is contained in:
Kevin Chyn
2020-07-02 02:57:48 +00:00
committed by Android (Google) Code Review
4 changed files with 3 additions and 6 deletions

View File

@@ -93,7 +93,6 @@ public class FingerprintEnrollEnrollingTest {
any(byte[].class),
any(CancellationSignal.class),
anyInt(),
anyInt(),
callbackCaptor.capture());
return callbackCaptor.getValue();

View File

@@ -151,7 +151,6 @@ public class FingerprintEnrollFindSensorTest {
any(byte[].class),
any(CancellationSignal.class),
anyInt(),
anyInt(),
callbackCaptor.capture());
return callbackCaptor.getValue();