Biometrics: Pass halHandlesDisplayTouches to FingerprintSensorPropertiesInternal
Depends-on: I56166950c6ef7cbb0c4ac2c0b7998e4a909d4af9 Change-Id: I1b7eef5449f813deee23ebe9ff07d4d3b73ccf4b
This commit is contained in:
parent
71b30e4772
commit
88c3633660
8 changed files with 13 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ class FingerprintEnrollIntroFragmentTest {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_POWER_BUTTON,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ class Injector(step: FingerprintNavigationStep.UiStep) {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_REAR,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ class FakeFingerprintManagerInteractor :
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_POWER_BUTTON,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@ class FingerprintManagerInteractorTest {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_POWER_BUTTON,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ class FingerprintEnrollFindSensorViewModelV2Test {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_UDFPS_OPTICAL,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
@ -229,6 +230,7 @@ class FingerprintEnrollFindSensorViewModelV2Test {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_REAR,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
@ -253,6 +255,7 @@ class FingerprintEnrollFindSensorViewModelV2Test {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_UDFPS_OPTICAL,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ class FingerprintEnrollConfirmationViewModelTest {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_POWER_BUTTON,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ class FingerprintEnrollEnrollingViewModelTest {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_POWER_BUTTON,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@ class FingerprintSettingsViewModelTest {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_UDFPS_OPTICAL,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
@ -147,6 +148,7 @@ class FingerprintSettingsViewModelTest {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_UDFPS_ULTRASONIC,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
@ -180,6 +182,7 @@ class FingerprintSettingsViewModelTest {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_POWER_BUTTON,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
@ -379,6 +382,7 @@ class FingerprintSettingsViewModelTest {
|
|||
listOf<ComponentInfoInternal>(),
|
||||
FingerprintSensorProperties.TYPE_POWER_BUTTON,
|
||||
false /* halControlsIllumination */,
|
||||
false /* halHandlesDisplayTouches */,
|
||||
true /* resetLockoutRequiresHardwareAuthToken */,
|
||||
listOf<SensorLocationInternal>(SensorLocationInternal.DEFAULT),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue