Home
last modified time | relevance | path

Searched refs:verified (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreSignatureSpiBase.java352 boolean verified; in engineVerify()
364 verified = true; in engineVerify()
368 verified = false; in engineVerify()
376 return verified; in engineVerify()
/frameworks/compile/libbcc/tests/debuginfo/
DREADME12 output is verified against expected output by the llvm tool FileCheck.
19 The output is verified in the same way as host side tests, and the format
/frameworks/base/docs/html/distribute/googleplay/
Dstart.jd89 <li>When your registration is verified, you’ll be notified at the email
142 When your registration is verified, you can sign in to your Developer
/frameworks/base/core/java/android/os/
DRecoverySystem.java243 boolean verified = false; in verifyPackage()
248 verified = true; in verifyPackage()
252 if (!verified) { in verifyPackage()
/frameworks/base/docs/html/training/articles/
Dsecurity-key-attestation.jd116 For example, to view the verified boot key for the device’s TEE, use the
222 verified through key attestation and provides easy access to additional
277 The challenge string associated with a key pair that is verified using key
756 "https://source.android.com/security/verifiedboot/verified-boot.html">Verifying
799 "https://source.android.com/security/verifiedboot/verified-boot.html#boot_state">
816 partition, and all verified partitions.
832 Indicates that the device-embedded certificate has verified the device’s
Ddirect-boot.jd46 successful verified boot.</p>
Dsecurity-ssl.jd347 java.io.IOException: Hostname 'example.com' was not verified
480 <p>SSL relies heavily on CAs to issue certificates to only the properly verified owners
Dsecurity-tips.jd112 cryptographically verified prior to dynamic loading.</p>
766 that are not verified, such as unsecured network sources or external storage,
Dkeystore.jd69 be signed or verified are fed to a system process which carries out the cryptographic operations.
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags33 # [ 8- 7] package verified (0=not attempted, 1=succeeded, 2=failed)
/frameworks/base/docs/html/training/app-links/
Dindex.jd41 Asset Links</i></a> file. The general steps for creating verified app links are as follows:
84 verified it as a handler for this type of link, the system sets the app as the default handler. In
85 the other two cases, the presence of a verified app link handler has no effect on system behavior.
188 verification fails, the app is not verified to be a default handler for any of the web URI
439 whether the system verified your app and set the correct link handling policies:
/frameworks/base/core/java/android/content/
DIntentFilter.java644 public void setVerified(boolean verified) { in setVerified() argument
647 if (verified) mVerifyState |= STATE_VERIFIED; in setVerified()
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/
Dapp-signing.jd297 <p>.apk が適切に署名されると、Jarsigner から「jar verified」と出力されます。詳細情報が必要な場合は、次のコマンドを使用できます。</p>
/frameworks/base/docs/html/training/beam-files/
Dsend-files.jd196 Once you've verified that the device supports Android Beam file transfer, add a callback
/frameworks/base/docs/html-intl/intl/ru/about/versions/nougat/
Dandroid-7.0.jd588 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/nougat/
Dandroid-7.0.jd587 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
/frameworks/base/docs/html-intl/intl/ko/about/versions/nougat/
Dandroid-7.0.jd704 기기 <a class="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.ht…
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/nougat/
Dandroid-7.0.jd702 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
/frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/
Dandroid-7.0.jd702 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1159 boolean verified = false; in collectCertificates()
1168 verified = true; in collectCertificates()
1181 if (verified) { in collectCertificates()
1213 !verified, // whether to verify JAR signature in collectCertificates()
1225 if (verified) { in collectCertificates()
/frameworks/base/docs/html/work/
Dguide.jd536 these steps and verified that your app works well with Android for
/frameworks/base/core/java/android/widget/
DTextView.java5476 final boolean verified = super.verifyDrawable(who); in verifyDrawable()
5477 if (!verified && mDrawables != null) { in verifyDrawable()
5484 return verified; in verifyDrawable()
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd395 If the caller can't be verified to be an approved package, return null to deny access to
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java857 final boolean verified = ivs.isVerified(); in receiveVerificationResponse()
863 + " for " + count + " filters, verified=" + verified); in receiveVerificationResponse()
867 filter.setVerified(verified); in receiveVerificationResponse()
870 + " verified with result:" + verified + " and hosts:" in receiveVerificationResponse()
892 if (verified) { in receiveVerificationResponse()
911 if (verified) { in receiveVerificationResponse()
920 if (verified) { in receiveVerificationResponse()
/frameworks/base/docs/html-intl/intl/in/about/versions/nougat/
Dandroid-7.0.jd703 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…

12