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

Commit 18478fb6 authored by Austin Delgado's avatar Austin Delgado
Browse files

Upload touch detection config id to Suez

Bug: 266623486
Test: atest SystemUITests:com.android.systemui.biometrics
Change-Id: I47843834381fe0ff876699c9e71ead9a4a142c02
parent 8b5cc0a3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -557,7 +557,8 @@ public class UdfpsController implements DozeReceiver, Dumpable {
        final InstanceId sessionIdProvider = mSessionTracker.getSessionId(
                getBiometricSessionType());
        final int sessionId = (sessionIdProvider != null) ? sessionIdProvider.getId() : -1;
        final int touchConfigId = BOUNDING_BOX_TOUCH_CONFIG_ID;
        final int touchConfigId = mContext.getResources().getInteger(
                com.android.internal.R.integer.config_selected_udfps_touch_detection);

        SysUiStatsLog.write(SysUiStatsLog.BIOMETRIC_TOUCH_REPORTED, biometricTouchReportedTouchType,
                touchConfigId, sessionId, data.getX(), data.getY(), data.getMinor(),