/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 | 235 boolean verified = false; in verifyPackage() 240 verified = true; in verifyPackage() 244 if (!verified) { in verifyPackage()
|
/frameworks/base/docs/html/preview/features/ |
D | key-attestation.jd | 101 For example, to view the verified boot key for the device’s TEE, use the 207 verified through key attestation and provides easy access to additional 262 The challenge string associated with a key pair that is verified using key 740 "https://source.android.com/security/verifiedboot/verified-boot.html">Verifying 783 "https://source.android.com/security/verifiedboot/verified-boot.html#boot_state"> 800 partition, and all verified partitions. 816 Indicates that the device-embedded certificate has verified the device’s
|
D | direct-boot.jd | 47 successful verified boot.</p>
|
/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 | 632 public void setVerified(boolean verified) { in setVerified() argument 635 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-intl/intl/ru/preview/ |
D | api-overview.jd | 588 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/ |
D | api-overview.jd | 587 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|
/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/training/articles/ |
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 | 107 cryptographically verified prior to dynamic loading.</p> 739 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/base/docs/html-intl/intl/ja/preview/ |
D | api-overview.jd | 702 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
D | api-overview.jd | 702 …="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.html#bootloa…
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
D | api-overview.jd | 704 기기 <a class="external-link" href="https://source.android.com/security/verifiedboot/verified-boot.ht…
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1154 boolean verified = false; in collectCertificates() 1163 verified = true; in collectCertificates() 1176 if (verified) { in collectCertificates() 1208 !verified, // whether to verify JAR signature in collectCertificates() 1220 if (verified) { in collectCertificates()
|
/frameworks/base/docs/html/work/ |
D | guide.jd | 525 these steps and verified that your app works well with Android for
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-for-android.jd | 443 have not verified its compatibility with OpenSL ES for Android.</li> 571 We have not verified support for {@code rtsp:} with audio on the Android platform.
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 5471 final boolean verified = super.verifyDrawable(who); in verifyDrawable() 5472 if (!verified && mDrawables != null) { in verifyDrawable() 5479 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 | 843 final boolean verified = ivs.isVerified(); in receiveVerificationResponse() 849 + " for " + count + " filters, verified=" + verified); in receiveVerificationResponse() 853 filter.setVerified(verified); in receiveVerificationResponse() 856 + " verified with result:" + verified + " and hosts:" in receiveVerificationResponse() 878 if (verified) { in receiveVerificationResponse() 897 if (verified) { in receiveVerificationResponse() 906 if (verified) { in receiveVerificationResponse()
|