Searched refs:mKeyRequiresUnlockedDevice (Results 1 – 1 of 1) sorted by relevance
122 private Boolean mKeyRequiresUnlockedDevice = null; field in AndroidKeystoreAttestationVerificationAttributes246 if (mKeyRequiresUnlockedDevice == null) { in isKeyRequiresUnlockedDevice()249 return mKeyRequiresUnlockedDevice; in isKeyRequiresUnlockedDevice()322 this.mKeyRequiresUnlockedDevice = getBoolFromAsn1(taggedEntry.getObject()); in AndroidKeystoreAttestationVerificationAttributes()