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

Commit 21cca4dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set default state for secure channel attestation result to non-success." into main

parents ea1285a6 ce26f592
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

package com.android.server.companion.securechannel;

import static android.security.attestationverification.AttestationVerificationManager.FLAG_FAILURE_UNKNOWN;

import android.annotation.NonNull;
import android.content.Context;
import android.os.Build;
@@ -67,7 +69,7 @@ public class SecureChannel {
    private D2DConnectionContextV1 mConnectionContext;

    private String mAlias;
    private int mVerificationResult;
    private int mVerificationResult = FLAG_FAILURE_UNKNOWN;
    private boolean mPskVerified;