Home
last modified time | relevance | path

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

/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/core/java/android/os/
DRecoverySystem.java236 boolean verified = false; in verifyPackage()
239 verified = true; in verifyPackage()
243 if (!verified) { in verifyPackage()
/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/docs/html/preview/features/
Dapp-linking.jd34 creating verified app links are as follows:
76 In case #2 (no user setting and no other app handlers), if an app is newly installed and verified
78 cases, the system behavior is the same, regardless of the presence of a verified app link
180 verification fails, the app is not verified to be a default handler for any of the web URL
253 file is verified via the encrypted HTTPS protocol. Make sure that your hosted file can be
428 if the system verified your app and set the correct link handling policies:
/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/activity-testing/
Dactivity-unit-testing.jd101 evaluate to {@code true}, you've successfully verified that the
/frameworks/base/core/java/android/content/
DIntentFilter.java631 public void setVerified(boolean verified) { in setVerified() argument
634 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/training/articles/
Dsecurity-ssl.jd347 java.io.IOException: Hostname 'example.com' was not verified
481 <p>SSL relies heavily on CAs to issue certificates to only the properly verified owners
Dsecurity-tips.jd107 cryptographically verified prior to dynamic loading.</p>
739 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/base/docs/html/tools/debugging/
Dimproving-w-lint.jd120 …ng: &lt;uses-sdk&gt; tag should specify a target API level (the highest verified version; when run…
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java701 final boolean verified = ivs.isVerified(); in receiveVerificationResponse()
707 + " for " + count + " filters, verified=" + verified); in receiveVerificationResponse()
711 filter.setVerified(verified); in receiveVerificationResponse()
714 + " verified with result:" + verified + " and hosts:" in receiveVerificationResponse()
736 if (verified) { in receiveVerificationResponse()
755 if (verified) { in receiveVerificationResponse()
764 if (verified) { in receiveVerificationResponse()
/frameworks/base/core/java/android/widget/
DTextView.java5329 final boolean verified = super.verifyDrawable(who); in verifyDrawable()
5330 if (!verified && mDrawables != null) { in verifyDrawable()
5337 return verified; in verifyDrawable()