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

Commit 367f0686 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change latency to int64"

parents 8e519294 1d19c69a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2430,7 +2430,7 @@ message BiometricAuthenticated {
    // specified and supported by the biometric modality, this is from the first ACQUIRED_GOOD to
    // AUTHENTICATED. for setRequireConfirmation(true), this is from PENDING_CONFIRMATION to
    // CONFIRMED.
    optional int32 latency = 6;
    optional int64 latency_millis = 6;
}

/**