Searched refs:KM_ORIGIN_UNKNOWN (Results 1 – 2 of 2) sorted by relevance
76 public static final int KM_ORIGIN_UNKNOWN = 3; field in AuthorizationList380 case KM_ORIGIN_UNKNOWN: in originToString()
28 import static android.keystore.cts.AuthorizationList.KM_ORIGIN_UNKNOWN;763 assertThat(attestation.getTeeEnforced().getOrigin(), is(KM_ORIGIN_UNKNOWN)); in checkOrigin()