/frameworks/base/keystore/java/android/security/keystore/ |
D | AndroidKeyStoreSignatureSpiBase.java | 352 boolean verified; in engineVerify() 364 verified = true; in engineVerify() 368 verified = false; in engineVerify() 376 return verified; in engineVerify()
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 12 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/ |
D | start.jd | 89 <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/ |
D | RecoverySystem.java | 243 boolean verified = false; in verifyPackage() 248 verified = true; in verifyPackage() 252 if (!verified) { in verifyPackage()
|
/frameworks/base/docs/html/training/articles/ |
D | security-key-attestation.jd | 116 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
|
D | direct-boot.jd | 46 successful verified boot.</p>
|
D | security-ssl.jd | 347 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
|
D | security-tips.jd | 112 cryptographically verified prior to dynamic loading.</p> 766 that are not verified, such as unsecured network sources or external storage,
|
D | keystore.jd | 69 be signed or verified are fed to a system process which carries out the cryptographic operations.
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 33 # [ 8- 7] package verified (0=not attempted, 1=succeeded, 2=failed)
|
/frameworks/base/docs/html/training/app-links/ |
D | index.jd | 41 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/ |
D | IntentFilter.java | 644 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/ |
D | app-signing.jd | 297 <p>.apk が適切に署名されると、Jarsigner から「jar verified」と出力されます。詳細情報が必要な場合は、次のコマンドを使用できます。</p>
|
/frameworks/base/docs/html/training/beam-files/ |
D | send-files.jd | 196 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/ |
D | android-7.0.jd | 588 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/nougat/ |
D | android-7.0.jd | 587 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|
/frameworks/base/docs/html-intl/intl/ko/about/versions/nougat/ |
D | android-7.0.jd | 704 기기 <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/ |
D | android-7.0.jd | 702 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|
/frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/ |
D | android-7.0.jd | 702 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1159 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/ |
D | guide.jd | 536 these steps and verified that your app works well with Android for
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 5476 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/ |
D | index.jd | 395 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/ |
D | PackageManagerService.java | 857 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/ |
D | android-7.0.jd | 703 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|