Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java97 VerifiedInputEvent verified = mInputManager.verifyInputEvent(received); in testKeyEvent() local
98 assertNotNull(verified); in testKeyEvent()
99 compareKeys(downEvent, verified); in testKeyEvent()
121 VerifiedInputEvent verified = mInputManager.verifyInputEvent(downEvent); in testKeyEventWithoutHmac() local
122 assertNull(verified); in testKeyEventWithoutHmac()
144 VerifiedInputEvent verified = mInputManager.verifyInputEvent(received); in testTamperedKeyEvent() local
145 assertNull(verified); in testTamperedKeyEvent()
163 VerifiedInputEvent verified = mInputManager.verifyInputEvent(received); in testMotionEvent() local
164 assertNotNull(verified); in testMotionEvent()
166 compareMotions(downEvent, verified); in testMotionEvent()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCredentialManagementAppActivity.java302 boolean verified = false; in getPublicKeyAndVerifySignature()
310 verified = verify.verify(mSignature); in getPublicKeyAndVerifySignature()
316 setResult(mVerifySignature, verified); in getPublicKeyAndVerifySignature()
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/
DREADME.md5 vendors, the signature needs to be verified against a release certificate loaded
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java377 String verified = MediaPerfUtils.areAchievableFrameRates( in canDecode() local
379 if (verified == null) { in canDecode()
383 Log.d(TAG, "achieveable framerates says: " + verified); in canDecode()