Searched defs:verify (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraErrorCollector.java56 public void verify() throws Throwable { method in class:CameraErrorCollector
57 // Do not remove if using JUnit 3 test runners. super.verify() is protected.
58 super.verify();
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp725 status_t Drm::verify(Vector<uint8_t> const &sessionId, function in class:android::Drm
742 return mPlugin->verify(sessionId, keyId, message, signature, match);
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp664 status_t MockDrmPlugin::verify(Vector<uint8_t> const &sessionId, function in class:android::MockDrmPlugin
671 ALOGD("MockDrmPlugin::verify(sessionId=%s, keyId=%s, message=%s, signature=%s)",
/frameworks/av/media/libmedia/
H A DIDrm.cpp487 virtual status_t verify(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
895 uint32_t result = verify(sessionId, keyId, message, signature, match);
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java325 public boolean verify(String key, byte[] data, byte[] signature) { method in class:KeyStore
327 return mBinder.verify(key, data, signature) == NO_ERROR;
/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV2Verifier.java85 * <p><b>NOTE: This method does not verify the signature.</b>
101 * @throws SecurityException if a APK Signature Scheme v2 signature of this APK does not verify.
104 public static X509Certificate[][] verify(String apkFile) method in class:ApkSignatureSchemeV2Verifier
107 return verify(apk);
117 * verify.
120 private static X509Certificate[][] verify(RandomAccessFile apk) method in class:ApkSignatureSchemeV2Verifier
123 return verify(apk.getFD(), signatureInfo);
202 private static X509Certificate[][] verify( method in class:ApkSignatureSchemeV2Verifier
228 "Failed to parse/verify signer #" + signerCount + " block",
311 sigVerified = sig.verify(bestSigAlgorithmSignatureByte
1262 public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException, method in class:ApkSignatureSchemeV2Verifier.WrappedX509Certificate
1268 public void verify(PublicKey key, String sigProvider) method in class:ApkSignatureSchemeV2Verifier.WrappedX509Certificate
[all...]
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridWidgetTest.java110 protected void waitForScrollIdleAndItemAnimation(Runnable verify) throws Throwable { argument
113 verify.run();
128 * Wait for grid view stop scroll and optionally verify state of grid view.
130 protected void waitForScrollIdle(Runnable verify) throws Throwable { argument
143 if (verify != null) {
144 runTestOnUiThread(verify);
150 * Wait for grid view stop animation and optionally verify state of grid view.
152 protected void waitForTransientStateGone(Runnable verify) throws Throwable { argument
159 if (verify != null) {
160 runTestOnUiThread(verify);
175 scroll(int key, Runnable verify) argument
190 scrollToBegin(Runnable verify) argument
204 scrollToEnd(Runnable verify) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaDrm.java1053 * root of trust, and then perform encrypt, decrypt, sign and verify operations
1056 * The CryptoSession class implements generic encrypt/decrypt/sign/verify methods
1126 * @param message the data to verify
1130 public boolean verify( method in class:MediaDrm.CryptoSession
1138 * sign and verify messages or data using the session keys established
1143 * to be used for encrypt, decrypt, sign and/or verify
1148 * @param macAlgorithm the algorithm to use for sign and verify
/frameworks/av/media/libstagefright/
H A DACodec.cpp838 // verify buffer sizes to avoid overflow in align()
2932 // NOTE: we will also verify this via readback, in case codec ignores these fields
3254 status_t ACodec::setCodecColorAspects(DescribeColorAspectsParams &params, bool verify) { argument
3267 if (verify && err == OK) {
5578 // verify OMX component sends back an error we expect.
7960 // TODO: should we verify if fallback is supported?
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1184 milliseconds

12